1
0
Fork 0
Go to file
Andrew Tomaka 86effe60a5
Initial commit
2017-08-01 22:29:26 -04:00
1-business-open Initial commit 2017-08-01 22:29:26 -04:00
2-business-open_shell Initial commit 2017-08-01 22:29:26 -04:00
3-business-open-serverless Initial commit 2017-08-01 22:29:26 -04:00
.gitignore Initial commit 2017-08-01 22:29:26 -04:00
README.md Initial commit 2017-08-01 22:29:26 -04:00

README.md

Serverless Framework Examples

Examples from talk given at the Lansing DevOps Meetup Group

1-business-open

DIY lambda function used in manually creating the API gateway stuff

2-business-open-shell

Attempt to create a shell maintained. May not be 100% complete. Shows that creating these commands via CLI can be complex. Furthermore, this is not a deterministic execution.

3-business-open-serverless

Uses the serverless framework to minimize our efforts and knowledge while getting the exact same output.