serverless-architecture / reference-architectures

A community project for capturing, sharing, exploring, and debating the patterns and practices being used in serverless production applications.
https://www.jeremydaly.com/serverless-reference-architectures/
195 stars 26 forks source link

Add function scaffolding to make reference architecture patterns deployable through SAM & Cloudformation #4

Closed ryanycoleman closed 4 years ago

ryanycoleman commented 4 years ago

This PR adds basic function scaffolding so that each of the three reference architecture patterns can be cleanly deployed through SAM and Cloudformation into AWS.

Strictly speaking, only the function javascript in the right path is necessary for the SAM template to work, but the other content is handy for anyone who wants to start extending the scaffold to do real work. These could even be extended to generate data that represents simulated workloads used by each pattern.

jeremydaly commented 4 years ago

Amazing! Thanks.