UNPKG

@capraconsulting/webapp-deploy-lambda

Version:

CDK construct for deploying a webapp release to S3 and CloudFront

5 lines (4 loc) 196 B
export { Source } from "./source"; export type { ISource, SourceConfig } from "./source"; export { WebappDeploy } from "./webapp-deploy"; export type { WebappDeployProps } from "./webapp-deploy";