Maintained with ☕️ by
IcePanel logo

AWS CDK releases v1.111.0 - v1.116.0 with updates for unit testing and CDK Pipelines support

Share

Services

During July, 2021, 6 new versions of the [AWS Cloud Development Kit](/cdk/) (CDK) for JavaScript, TypeScript, Java, Python, .NET and Go were released (v1.111.0 through v1.116.0). With these releases, [CDK Pipelines](https://docs.aws.amazon.com/cdk/api/latest/docs/pipelines-readme.html) is generally available with a new API which makes it easier to define multi-environment deployment pipelines for cloud applications in all shapes and sizes. Additionally, the new [assertions](https://docs.aws.amazon.com/cdk/api/latest/docs/assertions-readme.html) library, which is available in all CDK languages, now includes some new cloud testing primitives such as [findResources()](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk%5Fassertions.Template.html#findwbrresourcestype-propsspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan). These releases also include 24 bugs fixes and 50 new features that span 30 different modules across the library. Many of these changes were contributed by the developer community. The AWS CDK is a software development framework for defining cloud applications using familiar programming languages. The AWS CDK simplifies cloud development on AWS by hiding infrastructure and application complexity behind intent-based, object-oriented APIs for each AWS service. To get started, see the following resources: * Read the full release notes for [v1.111.0](https://github.com/aws/aws-cdk/releases/tag/v1.111.0), [v1.112.0](https://github.com/aws/aws-cdk/releases/tag/v1.112.0), [v1.113.0](https://github.com/aws/aws-cdk/releases/tag/v1.113.0), [v1.114.0](https://github.com/aws/aws-cdk/releases/tag/v1.114.0), [v1.115.0](https://github.com/aws/aws-cdk/releases/tag/v1.115.0) and [v1.116.0](https://github.com/aws/aws-cdk/releases/tag/v1.116.0). * Get started with the AWS CDK in all supported languages by taking [CDK Workshop](https://cdkworkshop.com/). * Read our [Developer Guide](https://docs.aws.amazon.com/cdk/latest/guide/home.html) and [API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html). * Find useful constructs published by AWS, partners and the community in [Construct Hub](https://constructs.dev/). * Connect with the community in the [cdk.dev](https://cdk.dev/) Slack workspace. * Follow our [Contribution Guide](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) to learn how to contribute fixes and features to the CDK.