- Global
- Installation - Commitizen
Template repository using the following technologies:
$ yarn# development
$ yarn dev
# start serverless offline
$ yarn start
# invoke a single function
$ yarn invoke <name> -p path/to/data.json -s <stage> --aws-profile <profile>
# deploy serverless
$ yarn deploy <stage> --aws-profile <profile>
# serverless deployment info
$ yarn inspect <stage> --aws-profile <profile>
# remove deploy
$ yarn undeploy <stage> --aws-profile <profile># unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov