A simple API and app to find your next garbage, recycling and yard waste pickup days in Seattle.
Note: this assumes you have aws command line set up with correct permissions to push!
- From the
lambda_skillfolder, zip everything into a package to be uploaded:zip -r /tmp/lambda_skill.zip * - Upload your package:
aws lambda update-function-code --function-name [arn] --zip-file fileb:///tmp/lambda_skill.zip - Profit!
- Test? Should figure that out some day.
The test_lambda.py file can be used to do some basic sanity testing after pushing to AWS: python3 test_lambda.py