aws-batch: Batch notification configurations not implemented in CDK #28657
Labels
@aws-cdk/aws-batch
Related to AWS Batch
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
I would like to programmatically generate a Stack that lets me receive notifications in Slack via an AWS Chatbot whenever a AWS Batch Job changes status. All the pieces are there except for the notification rule that makes the link between AWS Batch and the Slack delivery channel.
Use Case
I'd like to be able to programmatically set up and tear down the Chatbot piece of my cloud app's infrastructure.
Proposed Solution
No response
Other Information
I noticed that notification rules for some of the AWS Code* services are implemented in the
aws_codestarnotifications
package - maybe it can be expanded to include AWS Batch? The missing pieces are theINotificationRuleSource
(aws.batch
in this case) andDetailType
(Batch Job State Change
in my case).Acknowledgements
CDK version used
2.118.0
Environment details (OS name and version, etc.)
Mac OS 13.5.2
The text was updated successfully, but these errors were encountered: