Examples used for talk by @afronski titled "AWS CDK: Your Infrastructure is Code!". ☁️ 👨💻 👩💻 ☁️
aws-cdk-playground
AWS Cloud Development Kit is an open source software development framework to model and provision your cloud application resources using familiar programming languages.
This repository is a set of examples that we have collected and battle-tested during our work for various clients and project domains. Based on those experiences, @afronski created a talk titled AWS CDK: Your Infrastructure is Code! about that we finally arrive to a point when there is no longer need for creating a ton of YAML files or code in DSL that are immitating real programming languages.
03-testing - this time we switch to TypeScript to show how easy is to test IaC created with AWS CDK with use of Jest and aws-cdk-assert libraries.
04-existing-cloudformation-template - last, but not least - an example showing two ways how you can migrate an existing template to the AWS CDK (including a template and overrides).
Repository is a foundation for the lectures - I have performed it in following places:
node >= 9.11.2
python >= 3.7.2
npm install -g aws-cdk
cdk >= 1.9.0
We are Pattern Match - in case of any questions, you can drop us a line over @pattern-match.com">email.