AWS Cloud Development Kit (CDK)
AWS Cloud Development Kit (CDK)
AWS Cloud Development Kit (CDK) is an open-source software development framework that allows you to define and provision AWS infrastructure using Java.
Instead of manually writing JSON or YAML for CloudFormation templates, you write real code that describes your infrastructure. The CDK4J maven plugin then synthes this code into CloudFormation templates and deploys them safely to AWS.