Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 435 Bytes

File metadata and controls

10 lines (7 loc) · 435 Bytes

What is this

  • This is a POC app using Serverless JS, connected to AWS Lambda and a Dynamo DB
  • It uses express with some basic endpoints and allows you to have a serverless app

How To Run

  • Assuming you have Node JS and Serverless installed globally, run the following commands
  • npm i && serverless deploy
  • feel free to go into the serverless.yml file and change any settings you want (including the name of the service)