Create CDK projects with projen
I’ll be back!
Description
This is a CDKv2 project that takes the grind out of setting up new cdk projects/implementations by using automation
When deployed this project will create for each ‘template’ a set of resources;
- a ssm automation document which ‘kicks’ off the process of creating a new ‘instance’ of your template
- a lambda which acts as ‘glue’ between the ssm automation document and a
- codebuild project which
- creates a cdk project based on the parameters you pass into the ssm automation document
- synths the cdk project
- deploys the cdk project
Prerequisites:
- AWS account
- cdkv2 and aws cli tools installed.
Assumptions:
- A resonable level of understanding of cdk.