Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.65 KB

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.