Kevin Wright
06/01/2022, 3:52 PMReportBatchItemFailures
responses from lambda. is this enabled with the integration that the Queue construct creates?Kevin Wright
06/01/2022, 4:00 PMKevin Wright
06/01/2022, 4:07 PMconst queue = new Queue(stack, "Queue", {
consumer: {
function: {
handler: "functions/lambda.handler",
},
cdk: {
eventSource: {
reportBatchItemFailures: true,
},
},
},
});
Kevin Wright
06/01/2022, 5:35 PMFrank
false
.Frank
Frank