Socket
Socket
Sign inDemoInstall

cdk

Package Overview
Dependencies
Maintainers
1
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk - npm Package Versions

1
52

1.36.1

Diff

Changelog

Source

1.36.1 (2020-04-29)

Bug Fixes

  • multiple breakages due to jest version upgrade (#7667) (e18312), closes #7657
aws-cdk-team
published 1.36.0 •

Changelog

Source

1.36.0 (2020-04-28)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object. You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

Features

  • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
  • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

Bug Fixes

  • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
  • cli: can't bootstrap environment not in app (9566cca)
  • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
  • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
  • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
  • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
  • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
aws-cdk-team
published 1.35.0 •

Changelog

Source

1.35.0 (2020-04-23)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
  • efs: Exported types no longer have the Efs prefix.
  • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
  • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
  • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

Features

  • backup: Vault, Plan and Selection (#7074) (c8aa92d)
  • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
  • cloudtrail: Lambda Function data events (4a70138)
  • cognito: user pool domain (#7224) (feadd6c), closes #6787
  • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

Bug Fixes

aws-cdk-team
published 1.34.1 •

Changelog

Source

1.34.1 (2020-04-22)

Bug Fixes

  • cli: Javascript init-templates cannot be synthesized (ce4b8dd), closes #7356
aws-cdk-team
published 1.34.0 •

Changelog

Source

1.34.0 (2020-04-21)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • glue: DateFormat constant names are now UPPERCASE (JSON, AVRO, LOGSTASH, ...)

Features

Bug Fixes

  • cloudwatch: can't override Alarm statistic with percentile (d5918c3), closes #7341
  • glue: DataFormat constants are not visible in non-JS languages (#7458) (e5d4c31)
  • monocdk: assert package has incorrect imports (#7404) (825c9e1)
  • stepfunctions-tasks: encryptionKey is Key instead of IKey (#7429) (f1e2c67)
aws-cdk-team
published 1.33.1 •

Changelog

Source

1.33.1 (2020-04-19)

Bug Fixes

  • jsii version conflict due to upgrade from v1.1.0 to v1.3.0 (f2fdfe5), closes #7426
aws-cdk-team
published 1.33.0 •

Changelog

Source

1.33.0 (2020-04-17)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • kinesis: grantRead() API no longer provides permissions to kinesis:DescribeStream as it provides permissions to kinesis:DescribeStreamSummary and kinesis:SubscribeToShard in it's place. If it's still desired, it can be added through the grant() API on the stream.
  • kinesis: grantWrite() API no longer has DescribeStream permissions as it has been replaced by ListShards for shard discovery

Features

  • cfnspec: cloudformation spec v12.2.0 (#7248) (1475d5a)
  • Support AppSync DataSource type: NONE (f35a4db)
  • cfnspec: cloudformation spec v12.3.0 (#7359) (a80918f)
  • ec2: expose blockDevices in CommonAutoScalingGroupProps (#7291) (5fe4480)
  • ec2: filtering selected subnets by availability zone (2d3e612)
  • eks: support a new option to create bottlerocket capacity. (e9f691f), closes #7268
  • kinesis: grantRead now allows the ListShards action and grant is now public (#6141) (563fba4), closes #3357
  • kinesis: add grant API to IStream to add permissions to a Stream (#7354) (c223406)
  • kinesis: the aws-kinesis module is now stable (#7349) (4ab3ffa), closes #5874
  • update "constructs" to 3.x (#7408) (8f8d20f), closes #6978

Bug Fixes

aws-cdk-team
published 1.32.2 •

Changelog

Source

1.32.2 (2020-04-10)

Bug Fixes

  • cli: profile AssumeRole credentials don't work via proxy (#7292)
aws-cdk-team
published 1.32.1 •

Changelog

Source

1.32.1 (2020-04-09)

Bug Fixes

  • iam: new IAM Condition type is unusable in Java (#7270) (85f606a)
aws-cdk-team
published 1.32.0 •

Changelog

Source

1.32.0 (2020-04-07)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cognito: UserPoolClient construct no longer has the property userPoolClientClientSecret. The functionality to retrieve the client secret never existed in CloudFormation, so this property was not working in the first place.
  • cognito: The userPoolClientName property on the UserPoolClient construct will throw an error if client name was not configured on the UserPoolClient during initialization. This property was previously incorrectly configured and was returning a not-implemented message from CloudFormation every time.
  • amplify: use the sourceCodeProvider prop to connect your app to a source code provider. The props repository, accessToken and oauthToken do not exist anymore in AppProps.
  • kinesis: retentionPeriodHours is now retentionPeriod and of type Duration
  • eks: Cluster now creates a default managed nodegroup as its default capacity. Set the new cluster property defaultCapacityType to DefaultCapacityType.EC2 to preserve EC2 as its default capacity.
  • cognito: add*Trigger() methods to configure lambda triggers has now been replaced by a single addTrigger() method.
  • cognito: addTrigger() method will fail if a trigger was already configured for that user pool operation.
  • iam: methods accepting iam conditions now requires passing {[key: string]: any} instead of plain any. You were always supposed to pass a map/dictionary in these locations, but the type system didn't enforce it. It now does.

Features

Bug Fixes

  • acm-certificatemanager: DnsValidatedCertificateHandler support for SubjectAlternativeNames (#7050) (a711c01), closes #4659

  • aws-ecs-patterns: revert commit f31f4e1 (#6987) (0af2d2e)

  • aws-kinesis: test assume order between stacks (#7065) (17aab37)

  • cli: can't use credential providers for stacks with assets (#7022) (afd7045), closes #7005

  • cloudtrail: include s3KeyPrefix in bucket policy resource (#7053) (b49881f), closes #6741

  • cognito: user pool - passwordPolicy.minLength is not optional in all cases (#6971) (49cdd8f)

  • dynamodb: cannot use attribute as key in a GSI, non-key in another (#7075) (a6bd34f), closes #4398

  • ecs: default Service throws in a VPC without private subnets (#7188) (0ef6a95), closes #7062

  • events: Batch target does not work (#7191) (6f00783), closes #7137

  • kinesis: retention period does not use Duration type (#7037) (1186227), closes #7036

  • rewrite-imports: incorrect main in package.json (#7021) (2bf85b3)

  • stepfunctions-tasks: batch job - can not use task input as array size (#7008) (923d2a1), closes #6922

  • stepfunctions-tasks: confusion between multiple ways to run a Lambda (#6796) (7485448), closes #4801

  • cognito: clean up and document triggers (#6816) (32834cb)

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc