Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 695 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 695 Bytes

Lambda REST API Boilerplate Using Express

A boilerplate for a lambda api with an express backend

Requirements:

  • AWS account
  • Node
  1. Reference the following boilerplate: https://github.com/DMH42/lambda-api-boilerplate
    1. Git clone and install it
  2. Install the Serverless Framework
  3. Add your AWS credentials to the AWS framework
  4. run npm run build
  5. Run SLS deploy
  6. Check in the AWS Console the lambda functions and see your newly deployed function
  7. Click configuration → triggers→ then you will have the link you can use for your lambda function