ez-constructs
v0.0.56
Published
A collection of high level patterns for creating standard resources in every project
Downloads
108
Readme
EZ Constructs
A collection of heaviliy opinionated AWS CDK highlevel constructs. construct.dev || npmjs
Installation
The library requires AWS CDK version >= 2.92.0.
npm install ez-constructs
or yarn add ez-constructs
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.
- SimpleStepFunction - Creates a simple step function user supplied workflow definition file.
- SimpleServerlessSparkJob - Creates a step function that can be used to submit a spark job to EMR.
- SimpleServerlessApplication - Creates an EMR Serverless Application.
Libraries
- Utils - A collection of utility functions
- CustomSynthesizer - A custom CDK synthesizer that will alter the default service roles that CDK uses.
Aspects
- PermissionsBoundaryAspect - A custom aspect that can be used to apply a permission boundary to all roles created in the contex.