Commit 8cf70cf
committed
fix(approvals): correct DeadLetterConfig shape on state machine EventBridge rule
The PublicationApprovalRequestedEvent rule's DeadLetterConfig used {Type: SQS, Destination: ...} — a shape valid only for EventInvokeConfig.DestinationConfig.OnFailure, not for a rule DeadLetterConfig, which only accepts Arn/QueueLogicalId/Type. Fixed to {Arn: !GetAtt ApprovalsServiceDLQ.Arn}, matching the correct sibling rule's DLQ wiring on the same template. Same defect and fix as the .NET track.1 parent 42e2511 commit 8cf70cf
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
| |||
0 commit comments