UNPKG

cdk-efs-assets

Version:

Amazon EFS assets from Github repositories or S3 buckets

10 lines (9 loc) 208 B
import { Stack } from 'aws-cdk-lib'; export declare class IntegTesting { readonly stack: Stack[]; constructor(); } export declare class NyanCatDemo { readonly stack: Stack[]; constructor(); }