UNPKG

token-injectable-docker-builder

Version:

The TokenInjectableDockerBuilder is a flexible AWS CDK construct that enables the usage of AWS CDK tokens in the building, pushing, and deployment of Docker images to Amazon Elastic Container Registry (ECR). It leverages AWS CodeBuild and Lambda custom re

8 lines (7 loc) 389 B
import { Duration } from 'aws-cdk-lib'; import { Runtime } from 'aws-cdk-lib/aws-lambda'; export declare const LAMBDA_RUNTIME: Runtime; export declare const LAMBDA_TIMEOUT: Duration; export declare const DEFAULT_QUERY_INTERVAL: Duration; export declare const BUILD_LOG_GROUP_PREFIX = "/docker-builder/"; export declare const PROVIDER_SINGLETON_ID = "TokenInjectableDockerBuilderProvider";