aws-samples / aws-samples/amazon-cognito-developer-authentication-sample
Add instruction for Dynamo Access
Open
- Dominant language
- Java
- Stars
- 100
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
The setup did not mention it, but the AWS elastic beanstalk role (aws-elasticbeanstalk-ec2-role) needed a DynamoDB access policy in order to create users. Once I added the AmazonDynamoDBFullAccess (some smaller/more restrictive policy would probably work), the app was able to create the Dynamo tables needed to write users into.
This was not obvious until inspecting the log files from the application server that beanstalk launched.
Contributor guide
Assessment
This issue has not been assessed yet.