aws-cdk-lib (reserved)

This is a placeholder release reserving the aws-cdk-lib gem name for the AWS CDK Ruby language bindings project, currently under review as aws/aws-cdk-rfcs#939.

It contains no functional code, is prerelease-versioned so dependency resolution never selects it by default, and carries a standing commitment to transfer ownership to AWS (gem owner --add) on request.

A working preview of the real gem is installable today from the credential-free preview channel:

source "https://rubygems.omarqureshi.net" do
  gem "aws-cdk-lib", ">= 0.0.0.pre"
end