Boilerplate for serverless authenticated applications.
Frontend boilerplate that accompanies this can be found here.
Demo https://serverlessdemo.abhishek.pro.np
helloworld
: for auth / api tests.
- eslint / prettier
- jest
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.