Pipeline Builder

Production-ready AWS CodePipelines from TypeScript, CLI, or a single AI prompt. 124+ reusable plugins, per-org compliance enforcement, multi-tenant isolation, and zero vendor lock-in.

Monitoring Plugins

APM and release tracking integrations.

flowchart LR
    Deploy[Deploy Complete] --> Track[Release Tracking]
    Deploy --> APM[APM & Observability]

    Track --> sentry-release
    APM --> datadog & newrelic

Plugins

Plugin Compute Secrets Key Env Vars
datadog SMALL DD_API_KEY DD_SITE, DD_SERVICE, DD_ENV, DD_VERSION
newrelic SMALL NEW_RELIC_API_KEY NR_APP_ID, NR_REVISION, NR_DESCRIPTION
sentry-release SMALL SENTRY_AUTH_TOKEN SENTRY_ORG, SENTRY_PROJECT, SENTRY_RELEASE, SENTRY_SOURCEMAPS_PATH

When to Use

All monitoring plugins run on SMALL compute and use failureBehavior: warn by default, so a notification failure will not block the pipeline.