Serverless project boilerplate
This project is a starting point for a AWS Lambda project using:
- Node: the runtime
- Gulp: the task runner
- TypeScript: the compiler
- ESLint: the linter
- Serverless: the framework
- Webpack: the packager
- Node 12.x
- Gulp (
npm install -g gulp
) - Serverless (
npm install -g serverless
)
- Clone the project
- Modify package.json
- Modify serverless.yml
- Clean:
gulp clean
- Build:
gulp build
(or justgulp
) - Deploy:
sls deploy