Maintained with ☕️ by
IcePanel logo

AWS CDK releases v1.121.0 - v1.125.0 with features for faster development cycles using hotswap deployments and rollback control

Share

Services

During September, 2021, 5 new versions of the [AWS Cloud Development Kit](/cdk/) (CDK) for JavaScript, TypeScript, Java, Python, .NET and Go were released (v1.121.0 through v.125.0). With these releases, the CDK CLI now has support for [hotswap deployments](https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/README.md#hotswap-deployments-for-faster-development) for faster inner-loop development iterations on the application code in your CDK project. Hotswap initially supports AWS Lambda handler code, but support is [planned](https://github.com/aws/aws-cdk-rfcs/blob/master/text/0001-cdk-update.md) for additional resource types and a “watch” mode which continually watches for changes and deploys any updates. Additionally, users can [preserve successfully provisioned resources](/about-aws/whats-new/2021/08/aws-cloudformation-troubleshoot-errors/) by [disabling automatic stack rollbacks](https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/README.md#disabling-rollback), further reducing deployment and iteration time. These releases also resolve 21 issues and introduce 40 new features that span over 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 [1.121.0](https://github.com/aws/aws-cdk/releases/tag/v1.121.0), [1.122.0](https://github.com/aws/aws-cdk/releases/tag/v1.122.0), [1.123.0](https://github.com/aws/aws-cdk/releases/tag/v1.123.0), [1.124.0](https://github.com/aws/aws-cdk/releases/tag/v1.124.0), [1.125.0](https://github.com/aws/aws-cdk/releases/tag/v1.125.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.