Skip to content

Commit 4945f30

Browse files
committed
feat(approvals): Add SQS send message policy to the approvals service template
1 parent 42b5ba7 commit 4945f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unicorn_approvals/infrastructure/approvals-service/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Resources:
9191
TableName: !Ref ContractStatusTable
9292
- DynamoDBReadPolicy:
9393
TableName: !Ref ContractStatusTable
94+
- SQSSendMessagePolicy:
95+
QueueName: !GetAtt ApprovalsServiceDLQ.QueueName
9496
Events:
9597
StatusChangedEvent:
9698
Type: EventBridgeRule

0 commit comments

Comments
 (0)