-
-
Notifications
You must be signed in to change notification settings - Fork 716
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 <[email protected]>
## [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 🎉 |
@@ -4,7 +4,7 @@ terraform { | |||
required_providers { | |||
aws = { | |||
source = "hashicorp/aws" | |||
version = ">= 5.70" | |||
version = ">= 5.79" |
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 <[email protected]>
## [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_config
and resource foraws_lambda_function_recursion_config
.Motivation and Context
metrics_config
to 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 -a
on my pull request