This project uses serverless framework to create Lambda functions to implement the API for botleg blog.
- Install
serverless
framework withnpm 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
.