v0.7.2-beta
Pre-release
Pre-release
Optionally, you may also obtain this release from S3:
aws s3 cp s3://aws-cdk-beta/aws-cdk-0.7.2-beta+ff3cf4c.zip /tmp/aws-cdk.zip
aws s3 cp s3://aws-cdk-beta/aws-cdk-0.7.2-beta+ff3cf4c.zip.sig /tmp/aws-cdk.zip.sig
See README for setup/update instructions.
- Add: initial construct library for AWS Kinesis Data Streams (@sam-goodwin in #86)
- Update low-level resources from CloudFormation resource specification
- Update dependencies (@eladb in #119)
- Fix: Adopt SDK-standard behavior when no environment is specified (@RomainMuller in #128)
- Fix: Have cdk diff output render 'number' value changes (@RomainMuller in #136)
Known issues
- Windows setup has not been vetted and might be broken - no workaround
(#138) - If region is not defined, error message is unclear - workaround: make sure
to defineregion
when runningaws configure
(#131) cdk docs
opens the index instead of the welcome page - workaround:
click on "Welcome" in the sidebar (#129)- The runtime values library (@aws-cdk/rtv) is broken (#151)