Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 930 Bytes

File metadata and controls

47 lines (30 loc) · 930 Bytes

local-serverless-development

Using the Serverless Stack's Live Lambda Development Environment to iteratively build serverless applications rapidly.

Example app

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

Architecture

TODO: Architecture diagram

Install dependencies

npm install

Local development

Deploy the local development debug stack and services:

npm start

Remove local development stack

npm run remove

Build

npm run build

Test

npm test