Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 815 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 815 Bytes

Botleg API

js-standard-style Codacy Badge

This project uses serverless framework to create Lambda functions to implement the API for botleg blog.

Run Instructions

  • Install serverless framework with npm install -g serverless.
  • Checkout here to connect serverless with your AWS account.
  • Install node dependencies with npm install.
  • Deploy lambda function with npm run deploy.