serverless-cognito-boilerplate

Boilerplate for serverless authenticated applications

MIT License

Stars
2

serverless-cognito-boilerplate

Boilerplate for serverless authenticated applications.

Frontend boilerplate that accompanies this can be found here.

Demo https://serverlessdemo.abhishek.pro.np

Includes

Resources

Functions

  • helloworld : for auth / api tests.

Linting

  • eslint / prettier

Unit Tests

  • jest

Code Coverage

Note

Deployment Issue

Serverless deploy fails when the apiGateway tracing is enabled when you deploy it for the first time. As mentioned in https://github.com/serverless/serverless/issues/6081.

So, comment out apiGateway tracing in serverless.yml for the first deploy. Then you can enable it for subsequent deploys.