File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ const SqsAttributesSchema = z.object({
17
17
SentTimestamp : z . string ( ) ,
18
18
SequenceNumber : z . string ( ) . optional ( ) ,
19
19
AWSTraceHeader : z . string ( ) . optional ( ) ,
20
+ /**
21
+ * Undocumented, but used by AWS to support their re-drive functionality in the console
22
+ */
23
+ DeadLetterQueueSourceArn : z . string ( ) . optional ( ) ,
20
24
} ) ;
21
25
22
26
const SqsRecordSchema = z . object ( {
Original file line number Diff line number Diff line change 30
30
"ApproximateReceiveCount" : " 1" ,
31
31
"SentTimestamp" : " 1545082650636" ,
32
32
"SenderId" : " AIDAIENQZJOLO23YVJ4VO" ,
33
- "ApproximateFirstReceiveTimestamp" : " 1545082650649"
33
+ "ApproximateFirstReceiveTimestamp" : " 1545082650649" ,
34
+ "DeadLetterQueueSourceArn" : " arn:aws:sqs:us-east-2:123456789012:my-queue-dead"
34
35
},
35
36
"messageAttributes" : {},
36
37
"md5OfBody" : " e4e68fb7bd0e697a0ae8f1bb342846b3" ,
You can’t perform that action at this time.
0 commit comments