An open API service indexing awesome lists of open source software.

https://github.com/willfarrell/serverless-template

Boilerplate for serverless
https://github.com/willfarrell/serverless-template

Last synced: 12 months ago
JSON representation

Boilerplate for serverless

Awesome Lists containing this project

README

          

# Serverless Template

```bash
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)