Example code for the 2018 AWS Community Day Midwest workshop seminar on Serverless, presented by Tyler Hendrickson of Shiftgig, Inc.
Slides for the presentation are available here in the master branch of this repository.
Note that the master
branch of this repository
corresponds to the content in the presentation up to "Step 5" (end of slide 38).
If you'd like to see the fully-complete example, take a look at the final
branch. Additional functionality found on this branch includes:
- DynamoDB integration
- Support for GET and DELETE requests (in addition to PUT)
- Advanced API Gateway usage: protecting endpoints with a client API key and usage plan
You can get in touch with me via email: [email protected]
- Serverless Framework
serverless-python-requirements
plugin- Shiftgig
- Pipenv: Python Dev Workflow for Humans