@aws-cdk/aws-apigatewayv2
Advanced tools
Changelog
1.83.0 (2021-01-06)
Changelog
1.81.0 (2020-12-30)
@aws-cdk/eks.KubectlLayer
layer class has been moved to @aws-cdk/lambda-layer-kubectl.KubectlLayer
.webhookTriggersBatchBuild
option to third-party Git sources (#11743) (d9353b7), closes #11663EnableVersionUpgrade
update policy (#12239) (14f8b06), closes #12210executeBatchBuild: true
(#12181) (5279f37)Changelog
1.80.0 (2020-12-22)
LegacyCluster
was removed since it existed only for a transition period to allow gradual migration to the current cluster class.kubectlEnabled
property was removed, all clusters now support kubectl
.Lazy
values are no longer
captured by default in order to speed up tests. Run with
CDK_DEBUG=true
(or cdk --debug
) to capture stack traces.Changelog
1.79.0 (2020-12-17)
HttpApi.fromApiId()
has been replaced with
HttpApi.fromHttpApiAttributes()
.ec2: 'encoded list token' error using Vpc imported from deploy-time lists (#12040) (0690da9)
ec2: fromInterfaceVpcEndpointAttributes: Security Groups should not be required (#11857) (86ae5d6), closes #11050
eks: failure to deploy cluster since aws-auth configmap exists (#12068) (dc8a98a), closes #12053
eks: k8s resources accidentally deleted due to logical ID change (#12053) (019852e), closes #10397 #10397
elasticsearch: Defining 2 domains with logging enabled in the same stack fails on construct id conflict (#12055) (ec3ce19), closes #12017
elasticsearch: log policies are overwritten when creating 2 domains which also results in a failure while destroying the stack (#12056) (889d089), closes #12016
stepfunctions-tasks: policies created for EMR tasks have ARNs that are not partition-aware (#11553) (1cf6713), closes #11503
apigatewayv2: apiEndpoint is elevated to the IHttpApi interface (#11988) (bc5b9b6)
Changelog
1.78.0 (2020-12-11)
HttpOrigin
and LoadBalancerOrigin
changed from SSLv3 to TLSv1.2.domainName
property under DomainName
has been
renamed to name
.dnsHostName
and awsCloudMap
of VirtualNodeProps
have been replaced with the property serviceDiscovery
metricFailed
uses Average
instead of Sum
by default (#11941) (3530e8c)Changelog
1.77.0 (2020-12-07)
VpcLink.fromVpcLinkId()
API has been
replaced with VpcLink.fromVpcLinkAttributes()
.@aws-cdk/secretsmanager:parseOwnedSecretName
flag.minify
or sourceMap
are now gathered under a new bundling
prop.bundlingEnvironment
is now bundling.environment
bundlingDockerImage
is now bundling.dockerImage
executeBatchBuild
on CodeBuildAction
(#11741) (3dcd1a8), closes #11662any
but only works if a map is passed (#11768) (f85c08c), closes #11483Changelog
1.75.0 (2020-11-24)
keyId
property uses the ARN instead of the keyId
to support cross-account encryption key usage. The filesystem will be replaced.esbuild
to be installed.projectRoot
has been replaced by depsLockFilePath
. It should point to your dependency lock file (package-lock.json
or yarn.lock
)parcelEnvironment
has been renamed to bundlingEnvironment
sourceMaps
has been renamed to sourceMap
IVirtualNode
no longer has the addBackends()
method. A backend can be added to VirtualNode
using the addBackend()
method which accepts a single IVirtualService
IVirtualNode
no longer has the addListeners()
method. A listener can be added to VirtualNode
using the addListener()
method which accepts a single VirtualNodeListener
VirtualNode
no longer has a default listener. It is valid to have a VirtualNode
without any listenerslistener
of VirtualNode
has been renamed to listeners
, and its type changed to an array of listenersVirtualNodeListener
has been removed. To create Virtual Node listeners, use the static factory methods of the VirtualNodeListener
class--no-lookups
flag to disable context lookups (#11489) (0445a6e), closes #11461fromAccessPointAttributes()
(#10712) (ec72c85)targetRequestsPerSecond
is actually requests per minute (#11457) (39e277f), closes #11446extraRunOrderSpace
(#11511) (9b72fc8)Changelog
1.74.0 (2020-11-17)
IVirtualNode
no longer has the addBackends()
method. A backend can be added to VirtualNode
using the addBackend()
method which accepts a single IVirtualService
IVirtualNode
no longer has the addListeners()
method. A listener can be added to VirtualNode
using the addListener()
method which accepts a single VirtualNodeListener
VirtualNode
no longer has a default listener. It is valid to have a VirtualNode
without any listenerslistener
of VirtualNode
has been renamed to listeners
, and its type changed to an array of listenersVirtualNodeListener
has been removed. To create Virtual Node listeners, use the static factory methods of the VirtualNodeListener
classfromAccessPointAttributes()
(#10712) (ec72c85)targetRequestsPerSecond
is actually requests per minute (#11457) (39e277f), closes #11446