https://github.com/rockncoder/bigmouth
My version of the Bigmouth website built with slightly more modern node syntax from Production-Ready Serverless by Yan Cui
https://github.com/rockncoder/bigmouth
Last synced: about 1 year ago
JSON representation
My version of the Bigmouth website built with slightly more modern node syntax from Production-Ready Serverless by Yan Cui
- Host: GitHub
- URL: https://github.com/rockncoder/bigmouth
- Owner: Rockncoder
- Created: 2021-09-08T23:56:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T02:51:06.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T18:54:47.740Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My version of the Bigmouth website built with slightly more modern node syntax from the video course:
Production-Ready Serverless
by Yan Cui
2019 Manning Publications
Shows how to build a serverless website on AWS using Lambda, API Gateway, and DynamoDB using the Serverless Framework.
I have a lot of love for the Serverless Framework. Having and still using both CloudFormation and Terraform, my humble opinion
is the simplest and cleanest way to do infrastructure as code on AWS. Under the covers it uses CloudFormation.