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: Added destination_config in aws_lambda_event_source_mapping #152

Merged

Conversation

byrneo
Copy link
Contributor

@byrneo byrneo commented May 20, 2021

Description

Uncommenting destination_config block within event_source_mapping. Git pre-commit hook performed a terraform fmt resulting in additional formatting changes to unrelated code.

How Has This Been Tested?

I'm really not familiar with this module, but I tested it locally by specifying an event_source_mapping config similar to what is in examples/event-source-mapping. A plan and apply worked just fine and i could see that the "On-Failure" destination config was now configured under a dynamoDB trigger for my lambda function. I re-ran a plan again afterwards just to validate that no other spurious side-effects/changes were detected.

@antonbabenko antonbabenko changed the title Enable dest_config and fmt updates feat: Added destination_config in aws_lambda_event_source_mapping May 20, 2021
@antonbabenko
Copy link
Member

The reformatting was happening because you use an older version of Terraform (0.13, if I remember correctly).

I have fixed the code a bit to make it similar to the rest.

@antonbabenko antonbabenko merged commit 9c3730b into terraform-aws-modules:master May 20, 2021
@antonbabenko
Copy link
Member

v2.1.0 has been just released.

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

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

Successfully merging this pull request may close these issues.

None yet

2 participants