Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed May 20, 2023
1 parent eafcfa6 commit 49f0608
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ Resources:
- dynamodb:UpdateItem
Resource:
- Fn::Sub: "arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/{{resolve:ssm:/formkiq/${AppEnvironment}/dynamodb/DocumentsTableName}}"
- Effect: Allow
Action:
- sns:Publish
Resource:
- Fn::Sub: "{{resolve:ssm:/formkiq/${AppEnvironment}/sns/DocumentEventArn}}"


TesseractLambdaRole:
Type: AWS::IAM::Role
Expand Down

0 comments on commit 49f0608

Please sign in to comment.