aws-cognito-apigw-angular-auth
aws-cognito-apigw-angular-auth copied to clipboard
lambda.zip requires modules
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.