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

feat: Support Event Source Mapping metrics_config, provisioned_poller_config, and Lambda Recursion Loop #649

Conversation

magreenbaum
Copy link
Member

Description

Supports arguments aws_lambda_event_source_mapping.metrics_config, aws_lambda_event_source_mapping.provisioned_poller_config and resource for aws_lambda_function_recursion_config.

Motivation and Context

Breaking Changes

No.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
@antonbabenko antonbabenko merged commit 002d7ec into terraform-aws-modules:master Dec 8, 2024
30 checks passed
antonbabenko pushed a commit that referenced this pull request Dec 8, 2024
## [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))
@antonbabenko
Copy link
Member

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"
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for setting lambda recursion confirguration
3 participants