⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
- appmesh: HTTP2
VirtualNodeListener
s must be now created withHttp2VirtualNodeListenerOptions
- appmesh: HTTP2
VirtualGatewayListener
s must be now created withHttp2VirtualGatewayListenerOptions
- codepipeline-actions: the Action
ServiceCatalogDeployAction
has been renamed toServiceCatalogDeployActionBeta1
- codepipeline-actions: the type
ServiceCatalogDeployActionProps
has been renamed toServiceCatalogDeployActionBeta1Props
- events-targets: The
BatchJob
integration now requires the arn and the Resource for thejobQueue
and thejobDefinition
- lambda-event-sources:
cluster
was removed fromManagedKafkaEventSourceProps
and replaced withclusterArn
- route53-targets:
ApiGatewayv2Domain
was replaced withApiGatewayv2DomainProperties
which acceptsregionalDomainName
andregionalHostedZoneId
- stepfunctions-tasks:
CallApiGatewayHttpApiEndpoint
API now requires theapiId
and it's containingStack
- stepfunctions-tasks:
BatchSubmitJob
now acceptjobDefinitionArn
andjobQueueArn
- stepfunctions-tasks:
RunBatchJob
now acceptjobDefinitionArn
andjobQueueArn
Features
- apigateway: integration timeout (#14154) (d02770e), closes #14123
- appmesh: add Connection Pools for VirtualNode and VirtualGateway (#13917) (8a949dc), closes #11647
- certificatemanager: allow tagging DnsValidatedCertificate (#13990) (8360feb), closes #12382 #12382
- codebuild: allow setting concurrent build limit (#14185) (3107d03)
- codepipeline: introduce the Action abstract class (#14009) (4b6a6cc)
- ecs: add support for elastic inference accelerators in ECS task defintions (#13950) (23986d7), closes #12460
- eks: Pass bootstrap.sh args to avoid DescribeCluster call and make nodes join the cluster faster (#12659) (f5616cc)
- secretsmanager: replicate secrets to multiple regions (#14266) (b3c288d), closes #14061
Bug Fixes
- codepipeline: incorrect determination of the Action's account when using an imported resource (#14224) (d88e915), closes #14165
- core:
toJsonString()
does not deal correctly with list tokens (#14138) (1a6d39f), closes #14088 - pipelines: incorrect BuildSpec in synth step if synthesized with
--output
(#14211) (0f5c74f), closes #13303 - rds: database instances cannot be to be referenced in a different region (#13865) (74c7fff), closes #13832