@aws-cdk/aws-ecr-assets
Advanced tools
Changelog
1.55.0 (2020-07-28)
bundlingDockerImage
prop of a Runtime
now points to the AWS SAM build image (amazon/aws-sam-cli-build-image-<runtime>
) instead of the LambCI build image (lambci/lambda:build-<runtime>
)pipelineConfig
is now an array of string
instead of CfnResolver.PipelineConfigProperty
for usability.pipelineConfig
parameter takes in string []
Changelog
1.54.0 (2020-07-22)
Changelog
1.52.0 (2020-07-18)
DatabaseProxyProps.secret
=> DatabaseProxyProps.secrets[]
defaultMethodOptions
, defaultCorsPreflightOptions
and defaultIntegration
have been removed from SpecRestApiProps
.
These can be specifed directly in the OpenAPI spec or via addMethod()
and addResource()
APIs./data
DatabaseClusterEngine
has been replaced with the interface IClusterEngine
in the type of DatabaseClusterProps.engine
DatabaseInstanceEngine
has been replaced with the interface IInstanceEngine
in the type of DatabaseInstanceSourceProps.engine
DatabaseClusterProps.engineVersion
has been removed; instead, create an IClusterEngine
with a specific version using the static factory methods in DatabaseClusterEngine
DatabaseInstanceSourceProps.engineVersion
has been removed; instead, create an IInstanceEngine
with a specific version using the static factory methods in DatabaseInstanceEngine
majorEngineVersion
can no longer be passed when creating an OptionGroup
; instead, create an IInstanceEngine
with a specific version using the static factory methods in DatabaseInstanceEngine
ec2:DescribeVpcs
permission (#9029) (4a714ee)Changelog
1.51.0 (2020-07-09)
Changelog
1.50.0 (2020-07-07)
version
is now a mandatory propertyChangelog
1.49.0 (2020-07-02)
Changelog
1.48.0 (2020-07-01)
containerName
is not supported as an override anymore and has been replaced by containerDefinition
EvaluateExpression
is now a construct representing a task state rather than an embedded property called task
RETAIN
and if it was set to DESTROY
the deployment will fail because
vault with recovery points cannot be deleted.Volume
construct (#8219) (7490dee)RunJob
on ECS (#8451) (13deb26), closes #8610LambdaDestination
(#8741) (10bd8e4), closes #8538