You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it is also supported by the AWS provider.
To enable this feature, the new argument function_response_types in aws_lambda_event_source_mapping has to be setted.
Is your request related to a problem? Please describe.
Describe the solution you'd like.
I suggest adding a new optional configuration in aws_lambda_event_source_mapping to accept the new argument function_response_types which will configure as I describe above.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your request related to a new offering from AWS?
Yes.
It is about a new feature "partial batch response" which allows to partially make it succeed and partially make it fail when using Lambda with SQS event source trigger.
https://aws.amazon.com/about-aws/whats-new/2021/11/aws-lambda-partial-batch-response-sqs-event-source/
And it is also supported by the AWS provider.
To enable this feature, the new argument
function_response_types
inaws_lambda_event_source_mapping
has to be setted.Is your request related to a problem? Please describe.
Describe the solution you'd like.
I suggest adding a new optional configuration in
aws_lambda_event_source_mapping
to accept the new argumentfunction_response_types
which will configure as I describe above.(Update) I created a PR for this. #255
Describe alternatives you've considered.
Additional context
The text was updated successfully, but these errors were encountered: