Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 567 Bytes

Serverless Template

npm i
export AWS_SDK_LOAD_CONFIG=1
SLS_DEBUG=* ./node_modules/.bin/serverless deploy --verbose --force --stage="api" --aws-profile=default
npm run deploy

TODO

  • test for cache
  • test for compression
  • proper health endpoint (RFC)
  • ssm param store
  • cache invalidation example
  • ex of applying env to lambda
  • ex how to cleanly apply IAM policy to each lambda
  • on commit hooks
  • on commit linting
  • plugin for regional WAF
  • plugin for local iam testing
  • parallel tests (https://www.npmjs.com/package/mocha-parallel-tests)