Add DynamoDB Permissions to IAM User
Step 1: Go to IAM Console
- AWS Console → Search “IAM”
- Click “Users” in left sidebar
- Click on “TreatDispenserFrontend” user
Step 2: Add DynamoDB Policy
- Click the “Add permissions” dropdown (blue button with dropdown arrow on the right)
- You should see these options:
- Add permissions (main option)
- Create inline policy
- Click “Add permissions” (the main option, not the dropdown button itself)
This will take you to a new page where you’ll see:
- Attach policies directly (radio button)
- Add user to group (radio button)
- Copy permissions (radio button)
- Select “Attach policies directly”
- Search for
AmazonDynamoDBFullAccess - Check the box
- Click Next → Add permissions
- Click Next
- Name:
DynamoDBDeviceAccess - Click Create policy