Socket
Socket
Sign inDemoInstall

@aws-cdk/core

Package Overview
Dependencies
8
Maintainers
4
Versions
248
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
79
25Next

1.143.0

Diff

Changelog

Source

1.143.0 (2022-02-02)

Features

  • amplify: support performance mode in Branch (#18598) (bdeb8eb), closes #18557
  • cfnspec: cloudformation spec v54.0.0 (#18764) (71601c1)
  • cloudwatch-actions: add ssm opsitem action for cloudwatch alarm (#16923) (9380885), closes #16861
  • dynamodb: allow setting TableClass for a Table (#18719) (73a889e), closes #18718
  • ec2: support KMS keys for block device mappings for both instances and launch templates (#18326) (17dbe5f), closes #18309
  • ecr: add server-side encryption configuration (#16966) (c46acd5), closes #15400 #15571
  • ecs: expose image name in container definition (#17793) (1947d7c)
  • fsx: add support for FSx Lustre Persistent_2 deployment type (#18626) (6036d99)
  • iot: add Action to republish MQTT messages to another MQTT topic (#18661) (7ac1215)

Bug Fixes

  • core: correctly reference versionless secure parameters (#18730) (9f6e10e), closes #18729
  • ec2: UserData.addSignalOnExitCommand does not work in combination with userDataCausesReplacement (#18726) (afdc550), closes #12749
  • vpc: Vpc.fromLookup should throw if subnet group name tag is explicitly given and does not exist (#18714) (13e1c7f), closes #13962

Reverts

aws-cdk-team
published 1.142.0 •

Changelog

Source

1.142.0 (2022-01-28)

Features

  • cfnspec: cloudformation spec v53.1.0 (#18680) (f385059)
  • cloudfront-origins: extend readTimeout maximum value for HttpOriginProps (#18697) (e64de67), closes #18628
  • eks: cluster logging (#18112) (872277b), closes #4159
  • iotevents: allow setting description, evaluation method and key of DetectorModel (#18644) (2eeaebc)
  • lambda-python: support setting environment vars for bundling (#18635) (30e2233)

Bug Fixes

aws-cdk-team
published 1.141.0 •

Changelog

Source

1.141.0 (2022-01-27)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • servicecatalog: TagOptions now have scope and props argument in constructor, and data is now passed via a allowedValueForTags field in props

Features

Bug Fixes

  • apigatewayv2: websocket api: allow all methods in grant manage connections (#18544) (41c8a3f), closes #18410
  • aws-apigateway: cross region authorizer ref (#18444) (0e0a092)
  • cli: hotswap should wait for lambda's updateFunctionCode to complete (#18536) (0e08eeb), closes #18386 #18386
  • ecs: only works in 'aws' partition (#18496) (525ac07), closes #18429
  • ecs-patterns: Fix Network Load Balancer Port assignments in ECS Patterns (#18157) (1393729), closes #18073
  • elasticloadbalancingv2: ApplicationLoadBalancer.logAccessLogs does not grant all necessary permissions (#18558) (bde1795), closes #18367
  • pipelines: CodeBuild projects are hard to tell apart (#18492) (f6dab8d)
  • region-info: incorrect codedeploy service principals (#18505) (16db963)
  • route53: add RoutingControlArn to HealthCheck patch (#18645) (c58e8bb), closes #18570
  • s3: add missing safe actions to grantWrite, grantReadWrite and grantPut methods (#18494) (940d043), closes #13616
  • secretsmanager: SecretRotation for secret imported by name has incorrect permissions (#18567) (9ed263c), closes #18424
  • stepfunctions: task token integration cannot be used with API Gateway (#18595) (678eede), closes #14184 #14181
  • stepfunctions-tasks: cluster creation fails with unresolved release labels (#18288) (9940952)
  • synthetics: correct getbucketlocation policy (#13573) (e743525), closes #13572
aws-cdk-team
published 1.140.0 •

Changelog

Source

1.140.0 (2022-01-20)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: HttpIntegrationType.LAMBDA_PROXY has been renamed to HttpIntegrationType.AWS_PROXY
  • iot: the class FirehoseStreamAction has been renamed to FirehosePutRecordAction

Features

Bug Fixes

Reverts

aws-cdk-team
published 1.139.0 •

Changelog

Source

1.139.0 (2022-01-11)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2-authorizers: WebSocketLambdaAuthorizerProps.identitySource default changes from ['$request.header.Authorization'] to ['route.request.header.Authorization'].
  • cfn2ts: some "complex" property types within the generated CloudFormation interfaces (i.e: properties of Cfn* constructs) with names starting with a capital letter I followed by another capital letter are no longer incorrectly treated as behavioral interfaces, and might hence have different usage patterns in non-TypeScript languages. Such interfaces were previously very difficult to use in non-TypeScript languages, and required convoluted workarounds, which can now be removed.

Features

Bug Fixes

  • apigatewayv2-authorizers: incorrect identitySource default for WebSocketLambdaAuthorizer (#18315) (74eee1e), closes #18307
  • appmesh: allow a Virtual Node have as a backend a Virtual Service whose provider is that Node (#18265) (272b6b1), closes #17322
  • aws-kinesis: remove default shard count when stream mode is on-demand and set default mode to provisioned (#18221) (cac11bb), closes #18139
  • aws-lambda-event-sources: unsupported properties for SelfManagedKafkaEventSource and ManagedKafkaEventSource (#17965) (5ddaef4), closes #17934
  • cfn2ts: some property times have behavioral-interface names (#18275) (6359c12)
  • cli: assets are KMS-encrypted using wrong key (#18340) (64ae9f3), closes #17668 #18262
  • cli: breaks due to faulty version of colors (#18324) (ddc2bc6)
  • codebuild: setting Cache.none() renders nothing in the template (#18194) (cd51a5d), closes #18165
  • lambda: imported Function still has region and account from its Stack, instead of its ARN (#18255) (01bbe4c), closes #18228
  • lambda-python: asset files are generated inside the 'asset-input' folder (#18306) (aff607a)
  • lambda-python: bundle asset files correctly (#18335) (3822c85), closes #18301
  • logs: respect region when importing log group (#18215) (be909bc), closes #18214
  • pipelines: DockerCredential.dockerHub() silently fails auth (#18313) (c2c87d9), closes #15737
  • route53: support multiple cross account DNS delegations (#17837) (76b5c0d), closes #17836
aws-cdk-team
published 1.138.2 •

Changelog

Source

1.138.2 (2022-01-09)

Bug Fixes

aws-cdk-team
published 1.138.1 •

Changelog

Source

1.138.1 (2022-01-07)

Bug Fixes

  • lambda-python: asset files are generated inside the 'asset-input' folder (#18306) (b00b44e)
aws-cdk-team
published 1.138.0 •

Changelog

Source

1.138.0 (2022-01-04)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-python: assetHashType and assetHash properties moved to new bundling property.
  • lambda-python: Runtime is now required for LambdaPython

Features

Bug Fixes

Reverts

  • cfnspec: add CloudFormation documentation to L1 classes (#18177) (2530016)
aws-cdk-team
published 1.137.0 •

Changelog

Source

1.137.0 (2021-12-21)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • opensearchservice: imported domain property domainEndpoint used to contain https:// prefix, now the prefix is dropped and it returns the same value as a domainEndpoint on a created domain

Features

Bug Fixes

  • acm: DnsValidatedCertificate intermittently fails with "Cannot read property 'Name' of undefined" (#18033) (2b6c2da), closes #8282
  • apigateway: race condition between Stage and CfnAccount (#18011) (f11766e)
  • eks: can't deploy with Bottlerocket amiType (#17775) (b7be71c), closes #17641 #17641
  • eks: cannot customize alb controller repository and version (#18081) (e4256c8), closes #18054
  • eks: the defaultChild of a KubernetesManifest is not a CfnResource (#18052) (ef8ab72)
  • opensearchservice: imported domain's domainendpoint is a url not an endpoint (#18027) (fd149b1), closes #18017
  • core, s3-deployment: ResponseURL is logged by S3Deployment (#18048) (ed19828)
  • pipelines: can't use exports from very long stack names (#18039) (465dabf), closes #17436
  • region-info: ssm service principal is wrong in majority of regions (#17984) (77144f5), closes #16188 #17646
aws-cdk-team
published 1.136.0 •

Changelog

Source

1.136.0 (2021-12-15)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appsync: The CachingConfig#ttl property is now required.

  • glue: the grantRead API previously included 'glue:BatchDeletePartition', and now it does not.

Features

Bug Fixes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc