@aws-cdk/region-info
Advanced tools
Changelog
1.40.0 (2020-05-20)
Changelog
1.39.0 (2020-05-15)
addApiKey()
(#7714) (e93da2c), closes #3233 #7767Changelog
1.38.0 (2020-05-08)
s3UrlForObject
method on IBucket
(#7508) (8fe4015), closes #7507Changelog
1.37.0 (2020-05-05)
mapSubDomain()
called with an empty string for prefix
now
maps to the domain root.MathExpression
without submetrics (b59aed0), closes #7155new Instance
fails in lookup Vpc (3161de8), closes #7580Vpc.fromLookup()
does not work in unit tests (e869a0d), closes #6045Changelog
1.36.0 (2020-04-28)
payload
in RunLambdaTask is now of type TaskInput
and has a default of the state input instead of the empty object.
You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject()
APIcdk.json
get moved to cdk.context.json
(022eb66), closes #7399RunLambda
service integration (#7428) (a1d9884), closes #7371Changelog
1.35.0 (2020-04-23)
cdk deploy
now needs s3:ListBucket
instead of s3:HeadObject
.Efs
prefix.provisionedThroughputInMibps
property is renamed to provisionedThroughputPerSecond
and has the type Size
.fileSystemID
is now renamed to fileSystemId
in the now named FileSystemAttributes
(previously, EfsFileSystemAttributes
).LifecyclePolicyProperty
is now renamed to LifecyclePolicy
.Changelog
1.34.0 (2020-04-21)
DateFormat
constant names are now UPPERCASE (JSON, AVRO, LOGSTASH, ...
)