UNPKG

opinionated-ci-pipeline

Version:

CI/CD on AWS with feature-branch builds, developer-environment deployments, and build status notifications.

5 lines (4 loc) 242 B
import { Environment } from 'aws-cdk-lib'; import { Construct } from 'constructs'; export declare const getProjectName: (scope: Construct) => string; export declare const getEnvironmentConfig: (scope: Construct, name: string) => Environment;