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

A simple/sample AngularV4-based web app that demonstrates different API authentication options using Amazon Cognito and API Gateway with an AWS Lambda and Amazon DynamoDB backend that stores user deta...

Results 3 aws-cognito-apigw-angular-auth issues
Sort by recently updated
recently updated
newest added

CloudFormation templates in aws-cognito-apigw-angular-auth have been found to include a soon to be [deprecated Lambda function runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) (nodejs10.x). The affected templates have been updated to a supported runtime (nodejs14.x). Please...

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...