Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.54 KB

AWS Serverless Workshop

Example code for the 2018 AWS Community Day Midwest workshop seminar on Serverless, presented by Tyler Hendrickson of Shiftgig, Inc.

Presentation

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

Contact

You can get in touch with me via email: tyler@shiftgig.com

Useful Links