aws-cognito-apigw-angular-auth icon indicating copy to clipboard operation
aws-cognito-apigw-angular-auth copied to clipboard

lambda.zip requires modules

Open LisaMc opened this issue 4 years ago • 0 comments

Overall the code works great on Node 10. Thanks! After some troubleshooting 401 errors with authenticating the users, I discovered the lambda functions were responding with a timeout error because 'dynamodb-doc' was not installed as a dependency. Creating a package.json file, running npm install, and swapping out the lambda.zip file fixed it.

LisaMc avatar Jan 26 '21 04:01 LisaMc