https://github.com/fossamagna/amplify-build-notification
This project provide Amplify Build Notification for AWS Amplify Gen 2 and it's CDK Construct.
https://github.com/fossamagna/amplify-build-notification
amplify aws-cdk slack
Last synced: about 1 month ago
JSON representation
This project provide Amplify Build Notification for AWS Amplify Gen 2 and it's CDK Construct.
- Host: GitHub
- URL: https://github.com/fossamagna/amplify-build-notification
- Owner: fossamagna
- Created: 2024-03-27T15:37:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-18T20:15:54.000Z (about 1 month ago)
- Last Synced: 2026-05-18T22:42:12.358Z (about 1 month ago)
- Topics: amplify, aws-cdk, slack
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amplify Build Notification for AWS Amplify Gen 2
This project provide Amplify Build Notification for AWS Amplify Gen 2 and it's CDK Construct.
## QuickStart
### Using with Amplify Gen2
```sh
npm install amplify-backend-build-notification
```
See [more info](./packages/amplify-backend-build-notification/README.md).
### Using with AWS CDK
```sh
npm install amplify-build-notification-construct
```
See [more info](./packages/amplify-build-notification-construct/README.md).