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.56k stars 3.87k forks source link

(aws-amplify): Allow adding notification to amplify app #19814

Open ShivamJoker opened 2 years ago

ShivamJoker commented 2 years ago

Describe the feature

I couldn't find any APIs in CDK which allows us to add email notification to our amplify app. Reference - https://docs.aws.amazon.com/amplify/latest/userguide/notifications.html

Use Case

I want to add emails for getting notification via CDK only instead of doing it via AWS console

Proposed Solution

Add a method like addBranch -> addEmailNotification there we can pass an array

Other Information

No response

Acknowledgements

CDK version used

2.19.0 (build e0d3e62)

Environment details (OS name and version, etc.)

Manjaro Linux x86_64

skinny85 commented 2 years ago

@ShivamJoker thanks for opening the issue. Do you know if this is available also through CloudFormation, besides the AWS Console?

Thanks, Adam

ShivamJoker commented 2 years ago

I am not sure where to find that info.

fabienfleureau commented 1 year ago

Hello, do we have any workaround on this?