Skip to content

rpidanny/serverless-cognito-boilerplate

Repository files navigation

serverless-cognito-boilerplate

serverless codecov Build Status

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 serverless/serverless#6081.

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