Skip to content

lukehedger/local-serverless-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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