We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a034f commit 4e7ced1Copy full SHA for 4e7ced1
1 file changed
cloudformation/deploy/template.yaml
@@ -1417,6 +1417,18 @@ Resources:
1417
- kms:GenerateDataKey*
1418
- kms:DescribeKey
1419
Resource: !GetAtt FrontendSessionsTableKmsKey.Arn
1420
+ - PolicyName: AllowDynamoDbFrontendSessionAccess
1421
+ PolicyDocument:
1422
+ Version: "2012-10-17"
1423
+ Statement:
1424
+ - Effect: Allow
1425
+ Action:
1426
+ - dynamodb:GetItem
1427
+ - dynamodb:PutItem
1428
+ - dynamodb:UpdateItem
1429
+ - dynamodb:DeleteItem
1430
+ - dynamodb:DescribeTable
1431
+ Resource: !GetAtt FrontendSessionsTable.Arn
1432
PermissionsBoundary: !If
1433
- UsePermissionsBoundary
1434
- !Ref PermissionsBoundary
0 commit comments