Skip to content

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

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

@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

RafaelWO pushed a commit to RafaelWO/terraform-aws-lambda that referenced this pull request Jan 8, 2025
…ler_config`, and Lambda Recursion Loop (terraform-aws-modules#649)

Co-authored-by: Anton Babenko <[email protected]>
RafaelWO pushed a commit to RafaelWO/terraform-aws-lambda that referenced this pull request Jan 8, 2025
## [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))
Copy link

github-actions bot commented Jan 9, 2025

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.

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

Successfully merging this pull request may close these issues.

Support for setting lambda recursion confirguration
3 participants