serverless-plugins icon indicating copy to clipboard operation
serverless-plugins copied to clipboard

[serverless-offline-sqs]: Support partial batch failure reporting

Open successkrisz opened this issue 3 years ago • 2 comments

When using SQS AWS supports partial batch failure reporting if FunctionResponseTypes is set to ReportBatchItemFailures , however the current serverless-offline-sqs plugin does not, which results in feature tests breaking as far as that feature is concerned.

See AWS docs: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-batchfailurereporting

successkrisz avatar Aug 19 '22 15:08 successkrisz

Happy to raise a PR to fix this.

successkrisz avatar Aug 19 '22 15:08 successkrisz