The interesting part is in the directory lib/aws-elasticache
When finished the purpose is to merge the code into the aws-cdk
project.
- sensible defaults into the L1 constructs
- minimal external interface (hide anything unnecessary if possible)
- code should prevent errors from CloudFormation validation errors
- add do docs as much as possible for in code completion
- the constructs should behave like other constricts in CDK
- prevent users from adding secrets to the code
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template