@aws-cdk/aws-signer
Advanced tools
Changelog
1.107.0 (2021-06-02)
clientPolicy
in VirtualNode
has been renamed to tlsClientPolicy
, and its type changed to TlsClientPolicy
TlsClientPolicy
, validation
property must be defined.tlsCertificate
in VirtualNode
has been renamed to tls
, and its type changed to TlsListener
tlsMode
property has been removed from the options when creating a TlsCertificate
, moved to the new TlsListener
interface, and renamed mode
Changelog
1.106.0 (2021-05-25)
Changelog
1.105.0 (2021-05-19)
banner
and footer
now requires esbuild
>= 0.9.0package.json
(#14745) (0b8ee97), closes #14658Changelog
1.104.0 (2021-05-14)
Changelog
1.103.0 (2021-05-10)
metricXXX
methods are no longer available in the
IApi
interface. The existing ones are moved into IHttpApi
and new
ones will be added to IWebsocketApi
.metricXXX
methods are no longer available in
the IStage
interface. The existing ones are moved into IHttpStage
and new ones will be added to the IWebsocketStage
.NodejsFunction
is now always NODEJS_14_X
(previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).assert
matches more than the template on multiple CDK copies (#14544) (f8abdbf), closes #14468Changelog
1.102.0 (2021-05-04)
Changelog
1.101.0 (2021-04-28)
InstanceType
changed from enum to enum-like static factory.Changelog
1.100.0 (2021-04-20)
VirtualNodeListener
s must be now created with Http2VirtualNodeListenerOptions
VirtualGatewayListener
s must be now created with Http2VirtualGatewayListenerOptions
ServiceCatalogDeployAction
has been renamed to ServiceCatalogDeployActionBeta1
ServiceCatalogDeployActionProps
has been renamed to ServiceCatalogDeployActionBeta1Props
BatchJob
integration now requires the arn and the Resource for the jobQueue
and the jobDefinition
cluster
was removed from ManagedKafkaEventSourceProps
and replaced with clusterArn
ApiGatewayv2Domain
was replaced with ApiGatewayv2DomainProperties
which accepts regionalDomainName
and regionalHostedZoneId
CallApiGatewayHttpApiEndpoint
API now requires the apiId
and it's containing Stack
BatchSubmitJob
now accept jobDefinitionArn
, jobQueueArn
and their respective Resource
RunBatchJob
now accept jobDefinitionArn
, jobQueueArn
and their respective Resource
toJsonString()
does not deal correctly with list tokens (#14138) (1a6d39f), closes #14088--output
(#14211) (0f5c74f), closes #13303Changelog
1.99.0 (2021-04-13)