UNPKG

cdk-kaniko

Version:

CDK construct library that allows you to build docker images with kaniko in AWS Fargate

6 lines (5 loc) 123 B
import { Stack } from 'aws-cdk-lib'; export declare class IntegTesting { readonly stack: Stack[]; constructor(); }