A boilerplate repo to start ServerlessFramework service for AWS Lambda based microservice
This project generated using serverless node generator for AWS-Serverless
Install dependencies:
yarn
yarn dev
yarn deploy
# lint code with ESLint
yarn lint
# try to fix ESLint errors
yarn lint:fix
# lint and watch for changes
yarn lint:watch
MIT License - [Naeem]