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

Allow extension to sns topic created for the alarm #372

Open
nacholupotti opened this issue Dec 5, 2023 · 0 comments
Open

Allow extension to sns topic created for the alarm #372

nacholupotti opened this issue Dec 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nacholupotti
Copy link

nacholupotti commented Dec 5, 2023

Start from the Use-case

The Serverless Lift plugin currently doesn't support modifications for the SNS topic associated with the alarm (correct me if I am wrong here).
Its possible to make extensions to the alarm, but not to the SNS topic that the alarm property creates.

I would like to configure the SNS topic. In my use case, is to avoid the creation of the topic in certain environments.

Example Config

extensions:
queue:
Properties:
QueueName: queueName1
dlq:
Properties:
QueueName: queueName2
alarm:
topic:
Topic cloudformation configuration here

Implementation Idea

No response

@nacholupotti nacholupotti added the enhancement New feature or request label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant