Using the Serverless Stack's Live Lambda Development Environment to iteratively build serverless applications rapidly.
A simple "Say Hello App" is used to demonstrate local serverless application development with the Serverless Stack. The app's primary features are:
- Say hello to the app via the API and get a hello back!
- Store received hellos in a database
TODO: Architecture diagram
npm install
Deploy the local development debug stack and services:
npm start
npm run remove
npm run build
npm test