UNPKG

@jefiozie/ngx-aws-deploy

Version:

Deploy an Angular app to Amazon S3 directly from the Angular CLI

8 lines (7 loc) 137 B
export interface Schema { project?: string; region?: string; bucket?: string; subFolder?: string; cfDistributionId?: string; }