Skip to content

Commit

Permalink
FIX lambda permissions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPshenichnikov committed Nov 28, 2023
1 parent e6a6686 commit 283e614
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions develop-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@ Resources:
PackageType: Zip
Role: !GetAtt WebEdgeLambdaRole.Arn

Policies:
- Statement:
- Effect: Allow
Action:
- iam:CreateServiceLinkedRole
Resource: "*"
Condition:
StringEquals:
iam:AWSServiceName:
- replication.dynamodb.amazonaws.com
- dax.amazonaws.com
- dynamodb.application-autoscaling.amazonaws.com
- contributorinsights.dynamodb.amazonaws.com
- kinesisreplication.dynamodb.amazonaws.com

GlobalDynamoDBTable:
Type: AWS::DynamoDB::GlobalTable
Properties:
Expand Down

0 comments on commit 283e614

Please sign in to comment.