-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(aws-chatbot): Add notification topics to an existing SlackChannelConfiguration construct #15588
Comments
Sure thing; just need to add a private property to SlackChannelConfiguration for
I am unassigning myself and marking this issue as We use +1s to help prioritize our work, and are happy to reevaluate this issue based on community feedback. You can reach out to the cdk.dev community on Slack to solicit support for reprioritization. Please feel free to work on this issue yourself and request my review if you submit a PR or would like design help! See CONTRIBUTING.md for guidelines. |
|
I'm looking for the ability to add SNS notificaiton topics to a
SlackChannelConfiguration
object outside of its constructor.Use Case
Define a channel configuration in one stack and add some SNS topics to it in another
Proposed Solution
This would probably be a
addNotificationTopics
class method.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: