szukalski / aws-cdk-ez

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CDK EZ

Source Release License Docs

npm package

Downloads npm

Opinionated AWS CDK Constructs to easily build Proof-of-Concepts.

The general approach is to extend the native AWS CDK construct with some opinionated ease-of-use options.

Supplied props for the native construct will take precedence over the EZ construct options. (ie. In ez-vpc, if you specify a subnetConfiguration in vpcProps, then it will ignore any enableSubnet* flags.) This allows for customisation of the deployed construct against the opinionated defaults.

About

License:MIT License


Languages

Language:TypeScript 93.0%Language:JavaScript 4.2%Language:Python 2.8%