aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.47k stars 3.83k forks source link

(CodeDeploy): (I want to make it easy to integrate CodeDeploy and Chatbot (I want to support CodeDeploy in aws_codestarnotifications.INotificationRuleSource).) #26235

Open kodai305 opened 1 year ago

kodai305 commented 1 year ago

Describe the feature

CodeDeploy is not supported in cdk.aws_codestarnotifications.INotificationRuleSource. Therefore, it is very difficult to integrate CodeDeploy and Chatbot.

I would like to be able to specify CodeDeploy as the source in cdk.aws_codestarnotifications.NotificationRule, or introduce an easy way to do Chatbot notifications to CodeDeploy in some other way.

Use Case

Easily define notifications to Slack, such as when using CodeDeploy for ECS Deploy and defining it in CDK.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.86.0

Environment details (OS name and version, etc.)

OS X

peterwoodworth commented 1 year ago

Which CodeDeploy constructs are you using? We have a note in our docs that we intend to support this in the future

kodai305 commented 1 year ago

Which CodeDeploy constructs are you using? We have a note in our docs that we intend to support this in the future

I am going to use this constructs.

I confirm what you wrote and look forward to being SUPPORTED.

peterwoodworth commented 1 year ago

We'd be willing to accept a PR for this! There's no guarantee we'll be able to work on this soon