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

update condition for the creation of sns topic in case of lambda failure [CDS-1331] #164

Merged
merged 4 commits into from
Jun 27, 2024

Conversation

guyrenny
Copy link
Contributor

@guyrenny guyrenny commented Jun 27, 2024

The integration right now creates every time an SNS topic for lambda failure even if notification_email is null, update the condition for the creation of the failure SNS topic to not get created if notification_email is not set up.
Add a new variable create_endpoint to allow users to choose if they want to create an endpoint in case that they are using a private link and store their apiKey in secret.

Fixes #

How Has This Been Tested?

Checklist:

  • I have updated the relevant example in the examples directory for the module.
  • I have updated the relevant test file for the module.
  • This change does not affect module (e.g. it's readme file change)

@guyrenny guyrenny requested a review from a team as a code owner June 27, 2024 09:18
Copy link
Contributor

@juan-coralogix juan-coralogix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@guyrenny guyrenny merged commit 3e9981d into master Jun 27, 2024
5 checks passed
@guyrenny guyrenny deleted the CDS-1342 branch June 27, 2024 12:41
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.

2 participants