cdk-changelog-slack-notify 1.74.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

cdkchangelogslacknotify 1.74.0

cdk-changelog-slack-notify
cdk-changelog-slack-notify is an AWS CDK construct library that allows you to send slack notification for new changes pushed to CodeCommit with AWS CDK in Typescript or Python.
Sample
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.core as cdk
from cdk_changelog_slack_notify import ChangelogSlackNotify

app = cdk.App()

env = {
"region": process.env.CDK_DEFAULT_REGION,
"account": process.env.CDK_DEFAULT_ACCOUNT
}

demo_stack = cdk.Stack(app, "DemoStack", env=env)

ChangelogSlackNotify(test_stack, "ChangelogSlackNotify",
repository_name="test-repo",
slack_token="slack-token",
channel_name="slack-channel-name"
)

Deploy
cdk deploy

Architecture

Screenshots
without changelog:

with changelog :

Credits
This project a based heavily on work by the following:

commitizen-tools for commitizen

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.