• Introducing play-with-cdk.com

    If you recently read about AWS Cloud Development Kit (CDK) you might ask yourself what it does and how it works in detail. Essentially it’s a new way of describing your infrastructure on AWS. It allows you to use programming languages to model your application.

    This has a lot of benefits. For instance you can make use of construct libraries to avoid reinventing patterns.
    You can write tests against your constructs to ensure security and other requirements and catch common mistakes.
    This all sounds pretty good, but for many new starters and also engineers working since years with AWS infrastructure this can be challenging to learn.

    October 14, 2019