A collection of heaviliy opinionated AWS CDK highlevel constructs. construct.dev || npmjs
The library requires AWS CDK version >= 2.7.0.
npm install ez-constructs
or yarn add ez-constructs
- SecureBucket - Creates an S3 bucket that is secure, encrypted at rest along with object retention and intelligent transition rules
- SimpleCodeBuildProject - Creates Codebuild projects the easy way.
- Utils - A collection of utility functions
- CustomSynthesizer - A custom CDK synthesizer that will alter the default service roles that CDK uses.
- PermissionsBoundaryAspect - A custom aspect that can be used to apply a permission boundary to all roles created in the contex.