Skip to content

v1.100.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 20 Apr 17:58
d996c6d

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HTTP2 VirtualNodeListeners must be now created with Http2VirtualNodeListenerOptions
  • appmesh: HTTP2 VirtualGatewayListeners must be now created with Http2VirtualGatewayListenerOptions
  • codepipeline-actions: the Action ServiceCatalogDeployAction has been renamed to ServiceCatalogDeployActionBeta1
  • codepipeline-actions: the type ServiceCatalogDeployActionProps has been renamed to ServiceCatalogDeployActionBeta1Props
  • events-targets: The BatchJob integration now requires the arn and the Resource for the jobQueue and the jobDefinition
  • lambda-event-sources: cluster was removed from ManagedKafkaEventSourceProps and replaced with clusterArn
  • route53-targets: ApiGatewayv2Domain was replaced with ApiGatewayv2DomainProperties which accepts regionalDomainName and regionalHostedZoneId
  • stepfunctions-tasks: CallApiGatewayHttpApiEndpoint API now requires the apiId and it's containing Stack
  • stepfunctions-tasks: BatchSubmitJob now accept jobDefinitionArn and jobQueueArn
  • stepfunctions-tasks: RunBatchJob now accept jobDefinitionArn and jobQueueArn

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