aws / aws/aws-cdk

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

Open
#19,814 3 comments 1 reaction 0 assignees View on GitHub
@aws-cdk/aws-amplify effort/small feature-request feature/enhancement p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

### 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

- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

2.19.0 (build e0d3e62)

### Environment details (OS name and version, etc.)

Manjaro Linux x86_64

Contributor guide

Open the contributing guide

Research direction

Locate the Amplify CDK construct and its existing addBranch API, then read the AWS Amplify notifications documentation linked in the issue. The work is done when email notifications can be configured through CDK with the proposed array-based API and the corresponding construct behavior is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.