https://github.com/atomaka/serverless-framework-talk
https://github.com/atomaka/serverless-framework-talk
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/serverless-framework-talk
- Owner: atomaka
- Created: 2017-08-01T21:03:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T02:29:55.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T04:43:42.336Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.