@aws-cdk/aws-ecr-assets
Advanced tools
Changelog
1.135.0 (2021-12-10)
authorizerName
in HttpJwtAuthorizerProps
has changed.HttpJwtAuthorizer
now takes the
construct id and the target jwt issuer as part of its constructor.HttpLambdaAuthorizer
now takes
the construct id and the target lambda function handler as part of
its constructor.authorizerName
in HttpUserPoolAuthorizerProps
has changed.HttpIntegration
and WebSocketIntegration
classes require an "id" parameter to be provided during its initialization.LambdaWebSocketIntegration
is now
renamed to WebSocketLambdaIntegration
. The new class accepts the
handler to the target lambda function directly in its constructor.HttpProxyIntegration
and
HttpProxyIntegrationProps
are now renamed to HttpUrlIntegration
and HttpUrlIntegrationProps
respectively. The new class accepts the
target url directly in its constructor.LambdaProxyIntegration
and
LambdaProxyIntegrationProps
are now renamed to
HttpLambdaIntegration
and HttpLambdaIntegrationProps
respectively.
The new class accepts the lambda function handler directly in its
constructor.HttpAlbIntegration
now accepts the
ELB listener directly in its constructor.HttpNlbIntegration
now accepts the
ELB listener directly in its constructor.HttpServiceDiscoveryIntegration
now
accepts the service discovery Service directly in its constructor.UserPoolAuthorizerProps
is now
renamed to HttpUserPoolAuthorizerProps
.IHttpRouteIntegration
is replaced by
the abstract class HttpRouteIntegration
.IWebSocketRouteIntegration
is now
replaced by the abstract class WebSocketRouteIntegration
.HttpApi
instances
(or WebSocketApi
instances). This is now disallowed, and separate
instances must be created for each instance of HttpApi
or
WebSocketApi
.fromGroupName()
for IAM groups (#17243) (29b379c)stringLike()
(#17692) (37596e6)Stage
(#17730) (f17f29e), closes #17643waitForReplicationToFinish
fails deployment (#17842) (36b8fdb), closes #16983nodeModules
(#17851) (5737c33), closes #17830nodeModules
fails with paths containing spaces (#17632) (986f291), closes #17631Changelog
1.134.0 (2021-11-23)
Changelog
1.133.0 (2021-11-19)
DynamoAttributeValue.listFromJsonPath
(#17376) (bc10e6f), closes #17375Function.addEventSource
fails for ManagedKafkaEventSource
typed parameters (#17490) (a474ee8)policy.ts
exports in index.ts
exports (#17403) (a391468)Changelog
1.132.0 (2021-11-09)
AutoTerminationPolicy
to EmrCreateCluster
(#16976) (27ad7d8)Changelog
1.131.0 (2021-11-07)
userPoolClient
property in UserPoolAuthorizerProps
is now renamed to userPoolClients
.build
field to cdk.json (#17176) (57ad1e0)description
and enabled
of TopicRule (#17225) (a9aae09)errorAction
of TopicRule (#17287) (e412308)wmic not found
on modern Windows systems (#17070) (332ce4d), closes #16419additionalInputs
not working (#17279) (9e81dc7), closes #17224Changelog
1.130.0 (2021-10-29)
DefaultSynthesizer
deployments are never skipped (#17099) (c74b012), closes #16959Changelog
1.129.0 (2021-10-21)
enableNetworkIsolation
property to SageMakerCreateTrainingJobProps
(#16792) (69ac520), closes #16779npm install [package]@[version]
(#17078) (a129046)additionalInputs
fails for deep directory (#17074) (403d3ce), closes #16936Changelog
1.128.0 (2021-10-14)
assertions
module will be
published to Maven with the name 'assertions' instead of
'cdk-assertions'.Changelog
1.127.0 (2021-10-08)
Match.absentProperty()
becomes Match.absent()
, and its type changes from string
to Matcher
.hasResourceProperties
is incompatible with Match.not
and Match.absent
(#16678) (6f0a507), closes #16626Principal: *
(#16843) (6829a2a)Changelog
1.126.0 (2021-10-05)
templateMatches()
API previously performed
an exact match. The default behavior has been updated to be
"object-like".templateMatches()
API (#16789) (0fb2179)connectAutoScalingGroupCapacity
on imported clusters (#14650) (7f7be08)NetworkLoadBalancer.configureHealthCheck()
(#16445) (140892a)User.fromUserArn
does not work for ARNs that include a path (#16269) (5c69c94), closes 40aws-cdk/aws-iam/lib/role.ts#L191-L194 #16256autoDeleteObjects
to false
empties the bucket (#16756) (21836f2), closes #16603