@aws-cdk/aws-signer
Advanced tools
Changelog
1.98.0 (2021-04-12)
Changelog
1.97.0 (2021-04-06)
vpcOptions
was removed. Use vpc
, vpcSubnets
and securityGroups
instead.secretsEncryptionKey
in FargateCluster (#13866) (56c6f98)Changelog
1.96.0 (2021-04-01)
addEndpoint()
with a
target-specific class that can be found in @aws-cdk/aws-globalaccelerator-endpoints
. The generated Security Group
is now looked up by calling endpointGroup.connectionsPeer()
.DatabaseClusterProps.instanceProps
was hoisted and all its properties are now available one level up directly in DatabaseClusterProps
.DatabaseInstanceProps.instanceClass
renamed to DatabaseInstanceProps.instanceType
.image
property in BundlingOptions
is changed from BundlingDockerImage
to DockerImage
.DockerImage.fromBuild()
API is
changed from BundlingDockerImage
to DockerImage
.tag
-option in fargate platform version 1.4 (#13882) (e9d9299), closes #13881Changelog
1.95.2 (2021-04-01)
Changelog
1.95.0 (2021-03-25)
image
property in the
Bundling
class is changed from BundlingDockerImage
to
DockerImage
.dockerImage
property in
BundlingOptions
is changed from BundlingDockerImage
to
DockerImage
.allowMethods
property under corsPreflight
section is changed from HttpMethod
to CorsHttpMethod
.NodejsFunction
is now Node.js 14.x if the environment from which it is deployed uses Node.js >= 14 and Node.js 12.x otherwise.apigatewayv2: error while configuring ANY as an allowed method in CORS (#13313) (34bb338), closes #13280 #13643
aws-ecs: drain hook lambda allows tasks to stop gracefully (#13559) (3e1148e), closes #13506
codebuild: Fixed build spec file format to return yaml (#13445) (fab93c6)
codedeploy: Use aws-cli instead of awscli for yum (#13655) (449ce12)
codepipeline-actions: BitBucketAction fails with S3 "Access denied" error (#13637) (77ce45d), closes #13557
core: toJsonString()
cannot handle list intrinsics (#13544) (a5be042), closes #13465
events,applicationautoscaling: specifying a schedule rate in seconds results in an error (#13689) (5d62331), closes #13566
lambda: incorrect values for prop UntrustedArtifactOnDeployment (#13667) (0757686), closes #13586
neptune: create correct IAM statement in grantConnect() (#13641) (2e7f046), closes #13640
s3: Notifications fail to deploy due to incompatible node runtime (#13624) (aa32cf6)
lambda-nodejs: prepare code to reduce merge conflicts when deprecated APIs are stripped (#13738) (ca391b5)
Changelog
1.94.0 (2021-03-16)
VirtualGateway
.
The property name also changed from backendsDefaultClientPolicy
to backendDefaults
VirtualNode
,
(the property name also changed from backendsDefaultClientPolicy
to backendDefaults
),
and the Backend
class to define a backendVirtualService
Changelog
1.93.0 (2021-03-11)
EventBus.grantPutEventsTo
method for granular grants (#13429) (122a232), closes #11228Changelog
1.92.0 (2021-03-06)
desiredCount
property stored on the above constructs will be optional, allowing them to be undefined. This is enabled through the @aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount
feature flag. We would recommend all CDK users to set the @aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount
flag to true
for all of their existing applications.HttpApiMapping
(and related interfaces for Attributed
and Props
) has been renamed to ApiMapping
CommonStageOptions
has been renamed to StageOptions
HttpStage.fromStageName
has been removed in favour of HttpStage.fromHttpStageAttributes
DefaultDomainMappingOptions
has been removed in favour of DomainMappingOptions
HttpApiProps.defaultDomainMapping
has been changed from DefaultDomainMappingOptions
to DomainMappingOptions
HttpApi.defaultStage
has been changed from HttpStage
to IStage
IHttpApi.defaultStage
has been removeddescription
parameter in the CustomResourceProvider (#13275) (78831cf), closes #13277 #13276label
not rendered into Alarms (#13070) (cbcc712)KubectlProvider
creates un-necessary security group (#13178) (c5e8b6d)SageMakeUpdateEndpoint
adds insufficient permissions (#13170) (6126e49), closes #11594