Skip to content

Commit f2a7899

Browse files
committed
enable partial batch item failures
Signed-off-by: Dev Singh <[email protected]>
1 parent 5d469c3 commit f2a7899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudformation/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ Resources:
188188
BatchSize: 5
189189
EventSourceArn: !GetAtt AppSQSQueues.Outputs.MainQueueArn
190190
FunctionName: !Sub ${ApplicationPrefix}-sqs-lambda
191+
FunctionResponseTypes:
192+
- ReportBatchItemFailures
191193

192194
IamGroupRolesTable:
193195
Type: 'AWS::DynamoDB::Table'

0 commit comments

Comments
 (0)