Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

serverless-offline + AWS Api Gateway Lambda

For running locally, this project uses serverless to run a mocked API gateway locally, which is invoked through start-server. Start the server with yarn start-server

Run the client with yarn start-client

Run locally with serverless & serverless-offline

$ yarn install $ yarn build $ yarn start-server $ yarn start-client

REST API & HTTP API

Run the client with yarn start-client