@aws-cdk/aws-apigatewayv2
Advanced tools
Changelog
1.23.0 (2020-02-07)
MachineImage
factory, document instance replacement (#6065) (435d810), closes #5675 #6025Changelog
1.22.0 (2020-01-23)
Mapping
struct was renamed to AwsAuthMapping
.aws-cdk/assets
with an image tag based on the hash of the docker build source directory (the directory where your Dockerfile
resides). See PR #5733 for details and discussion.scaleOnMetric
will no longer force the alarm period to 1 minute, but use the period from the Metric object instead (5 minutes by default). Use metric.with({ period: Duration.minute(1) })
to create a high-frequency scaling policy.MathExpression
in scaleOnMetric
(d4c1b0e), closes #5776SecretsManagerRDSPostgreSQLRotationMultiUser
not working (49032ee)