Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept "function_response_types" in event_source_mapping #254

Closed
keng000 opened this issue Jan 21, 2022 · 2 comments
Closed

Accept "function_response_types" in event_source_mapping #254

keng000 opened this issue Jan 21, 2022 · 2 comments

Comments

@keng000
Copy link
Contributor

keng000 commented Jan 21, 2022

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 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.

(Update) I created a PR for this. #255

Describe alternatives you've considered.

Additional context

@antonbabenko
Copy link
Member

Fixed in #255.

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants