A collection of higher-level cdk components: slack-approval-workflow, slack-notifier, contentful-webhook, github-webhook, static-website, pull-request-check, codepipeline-merge-action, codepipeline-check-parameter-action...
This repository is a monorepo managed with Lerna. Several components are published to npm from the same codebase.
Component | Description |
---|---|
cdk-codepipeline-slack | Cdk component that provisions a #slack approval workflow and notification messages on codepipeline state changes |
cdk-contentful-webhook | Cdk component that provides contentful webhooks |
cdk-github-webhook | Cdk component that provides github webhooks |
cdk-stripe-webhook | Cdk component that provides stripe webhooks |
cdk-static-website | Cdk component that creates a static website using S3, configures CloudFront (CDN) and maps a custom domain via Route53 (DNS) |
cdk-pull-request-check | Cdk component that automatically check pull requests |
cdk-codepipeline-merge-action | Cdk component that automatically merge branches in codepipelines |
cdk-codepipeline-check-parameter-action | Cdk component that checks if system parameters are set correctly |
We welcome community contributions and pull requests.