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
Release files for cdk-changelog-slack-notify 1.74.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cdk-changelog-slack-notify-1.74.0.tar.gz | 26.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cdk_changelog_slack_notify-1.74.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.4 kB
Release files / cdk-changelog-slack-notify-1.74.0.tar.gz
| Download URL | cdk-changelog-slack-notify-1.74.0.tar.gz |
|---|---|
| Size | 26.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fbe36baeb707cfcd07007f577903874a4241403074e6040fea81f18d3c38313a
|
|
BLAKE2b-256 checksum How to use checksums |
676d98829418419e023e62fa073b2dc4ab67ce69c256d443a4292b145e16d801
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.7.9
|
Release files / cdk_changelog_slack_notify-1.74.0-py3-none-any.whl
| Download URL | cdk_changelog_slack_notify-1.74.0-py3-none-any.whl |
|---|---|
| Size | 25.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7eaef79aa5113891bf21c4229c3d58a2fbebf427fde2a57307d256f01a2911f4
|
|
BLAKE2b-256 checksum How to use checksums |
90205c37463f6c463f7c12865adb79d87a16a7e721e7669305c10f7d7b42a7e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.7.9
|