-
-
Couldn't load subscription status.
- Fork 740
feat: Support Event Source Mapping metrics_config, provisioned_poller_config, and Lambda Recursion Loop
#649
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
Conversation
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
002d7ec
into
terraform-aws-modules:master
## [7.17.0](v7.16.0...v7.17.0) (2024年12月08日) ### Features * Support Event Source Mapping `metrics_config`, `provisioned_poller_config`, and Lambda Recursion Loop ([#649](#649)) ([002d7ec](002d7ec))
This PR is included in version 7.17.0 🎉
@ikuwow
ikuwow
Dec 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change.
This changes should be noted in CHANGELOG.md.
https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md#7170-2024年12月08日
...ler_config`, and Lambda Recursion Loop (terraform-aws-modules#649) Co-authored-by: Anton Babenko <anton@antonbabenko.com>
## [7.17.0](terraform-aws-modules/terraform-aws-lambda@v7.16.0...v7.17.0) (2024年12月08日) ### Features * Support Event Source Mapping `metrics_config`, `provisioned_poller_config`, and Lambda Recursion Loop ([terraform-aws-modules#649](terraform-aws-modules#649)) ([002d7ec](terraform-aws-modules@002d7ec))
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Supports arguments
aws_lambda_event_source_mapping.metrics_config,aws_lambda_event_source_mapping.provisioned_poller_configand resource foraws_lambda_function_recursion_config.Motivation and Context
metrics_configto aws_lambda_event_source_mapping hashicorp/terraform-provider-aws#40322Breaking Changes
No.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request