serverless-plugins
serverless-plugins copied to clipboard
[serverless-offline-sqs]: Support partial batch failure reporting
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
Happy to raise a PR to fix this.