Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-events

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-events - npm Package Versions

1
29

1.125.0

Diff

Changelog

Source

1.125.0 (2021-09-29)

Features

  • lambda: support for ARM architecture (b3ba35e)
aws-cdk-team
published 1.124.0 •

Changelog

Source

1.124.0 (2021-09-21)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: the findResources() API previously returned a list of resources, but now returns a map of logical id to resource.
  • assertions: the findOutputs() API previously returned a list of outputs, but now returns a map of logical id to output.
  • assertions: the findMappings() API previously returned a list of mappings, but now returns a map of logical id to mapping.

Features

Bug Fixes

  • apigatewayv2: ApiMapping does not depend on DomainName (#16201) (1e247d8), closes #15464
  • cloudformation-diff: cdk diff not picking up differences if old/new value is in format n.n.n (#16050) (38426c9), closes #15935
  • config: the IGW mapping to correct resource type (#16464) (23d9b6a), closes #16463
  • core: asset hash of symlinked dir is wrong (#16429) (36ff738)
  • ec2: set proper role for --role argument of cfn-init (#16503) (cdbd65d), closes #16501
  • logs: log retention fails with OperationAbortedException (#16083) (3e9f04d), closes aws#15709
  • route53resolver: FirewallDomainList throws with wildcard domains (#16538) (643e5ee), closes #16527
  • SSM API docs: Typo SecretString -> SecureString and note how SecureStrings cannot be created via CDK (#16228) (950e875)
aws-cdk-team
published 1.123.0 •

Changelog

Source

1.123.0 (2021-09-16)

Features

aws-cdk-team
published 1.122.0 •

Changelog

Source

1.122.0 (2021-09-08)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: hasOutput(props: any) becomes hasOutput(logicalId: string, props: any)
  • assertions: findOutputs(props: any = {}) becomes findOutputs(logicalId: string, props: any = {})
  • assertions: hasMapping(props: any) becomes hasMapping(logicalId: string, props: any)
  • assertions: findMappings(props: any = {}) becomes findMappings(logicalId: string, props: any = {})

Features

Bug Fixes

  • apigatewayv2: some methods of the defaultStage are not available without casting it to IHttpStage (#15607) (27a0113)
  • assertions: output and mapping assertions do not accept logical id (#16329), closes #16242
  • assets: run executable command of container assets in cloud assembly root directory (#16094) (c2852c9), closes #15721
  • autoscaling: EbsDeviceVolumeType.IO2 is not a valid CloudFormation value (#16028) (492d33b), closes #16027
  • cli: 'deploy' and 'diff' silently does nothing when given unknown stack name (#16150) (74776f3), closes #15866
  • cloudwatch: cross account alarms does not support math expressions (#16333) (1ffd897), closes #16331
  • core: allow asset bundling when selinux is enabled (#15742) (dbfebb4)
  • iam: permissions boundary aspect doesn't always recognize roles (#16154) (c8bfcf6)
  • stepfunctions-tasks: Athena StartQueryExecution includes QueryExecutionContext even when object is empty (#16141) (6e2a3e0), closes #16133 #16133
aws-cdk-team
published 1.121.0 •

Changelog

Source

1.121.0 (2021-09-01)

Features

Bug Fixes

  • apigatewayv2: api mapping key with two hyphens is disallowed (#16204) (0889564), closes #15948
  • rds: fromDatabaseInstanceAttributes() incorrectly stringifies ports with tokens (#16286) (41b831a), closes #11813
  • core: inconsistent analytics string across operating systems (#16300) (ff6082c), closes #15322
  • elasticloadbalancingv2: target group health check does not validate interval versus timeout (#16107) (a85ad39), closes #3703
aws-cdk-team
published 1.120.0 •

Changelog

Source

1.120.0 (2021-08-26)

Features

Bug Fixes

  • apigatewayv2: http api - disallow empty string as domain name (#16044) (9c39bcb)
  • appsync: addSubscription only allows for field type (#16097) (000d151), closes #10078 #16071
  • cfnspec: changes to resource-level documentation not supported (#16170) (82e4b4f)
  • cli: Python init template does not work in directory with '-' (#15939) (3b2c790), closes #15938
  • cli: unknown command pytest in build container fails integration tests (#16134) (0f7c0b4), closes #15939
  • resourcegroups: ResourceGroup not using TagType.STANDARD, causes deploy failure (#16211) (cdee1af), closes #12986
  • s3: bucket is not emptied before update when the name changes (#16203) (b1d69d7), closes #14011
  • ses: drop spam rule appears in the incorrect order (#16146) (677fedc), closes #16091
  • sqs: unable to import a FIFO queue when the queue ARN is a token (#15976) (a1a65bc), closes #12466
  • ssm: StringParameter.fromStringParameterAttributes cannot accept version as a numeric Token (#16048) (eb54cd4), closes #11913
  • ec2: fix vpc endpoint incorrect issue in China region (#16139) (0d0db38), closes #9864
  • eks: insecure kubeconfig warning (#16063) (82dd282), closes #14560
aws-cdk-team
published 1.119.0 •

Changelog

Source

1.119.0 (2021-08-17)

Features

Bug Fixes

  • core: asset bundling fails for non-existent user (#15313) (bf5882f), closes #15415
  • ec2: opaque error when insufficient NAT EIPs are configured (#16040) (a308cac), closes #16039
  • events: cross-account event targets that have a Role are broken (#15717) (f570c94), closes #15639
  • pipelines: repos with dashes cannot be used as additionalInputs (#16017) (400a59d), closes #15753
  • s3-deployment: BucketDeployment doesn't validate that distribution paths start with "/" (#15865) (f8d8795), closes #9317
aws-cdk-team
published 1.118.0 •

Changelog

Source

1.118.0 (2021-08-10)

Features

Bug Fixes

aws-cdk-team
published 1.117.0 •

Changelog

Source

1.117.0 (2021-08-05)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

Bug Fixes

  • assert: module is incompatible with jest@27 (#15666) (f446566)
  • appsync: graphqlapi throws incorrect error message for authorizationConfig (#15830) (1f23313), closes #15039
  • eks: Allow desiredsize minsize and maxsize to accept CfnParameters. (#15487) (fb43769)
  • chatbot: ARN validation in fromSlackChannelConfigurationArn fails for tokenized values (#15849) (440ca35), closes #15842
  • cli: move fail option into the diff command (#15829) (473c1d8)
  • ec2: volumename doesn't set name of volume (#15832) (b842702), closes #15831
  • elbv2: unresolved listener priority throws error (#15804) (fce9ac7)
  • pipelines: Prepare stage doesn't have AUTO_EXPAND capability (#15819) (a6fac49), closes #15711
  • s3: notifications are broken in some regions (#15884) (ee19196)
  • stepfunctions-tasks: Stage field not included in CallApiGatewayHttpApiEndpoint task definition (#15755) (4f38fe1), closes #14242

Miscellaneous Chores

  • assertions: migrate more modules to use assertions (#15857) (45b484c)
  • assertions: rename TemplateAssertions to Template (#15823) (823dfda)
aws-cdk-team
published 1.116.0 •

Changelog

Source

1.116.0 (2021-07-28)

Features

  • assertions: retrieve matching resources from the template (#15642) (a8b1c47)
  • aws-kinesisfirehose: DeliveryStream API and basic S3 destination (#15544) (1b5d525), closes #10810 #15499
  • cfnspec: cloudformation spec v39.7.0 (#15719) (2c4ef01)
  • cfnspec: cloudformation spec v39.7.0 (#15796) (dbe4641)
  • codebuild: add support for setting a BuildEnvironment Certificate (#15738) (76fb481), closes #15701
  • core: lazy mappings will only synthesize if keys are unresolved (#15617) (32ed229)
  • pipelines: CDK Pipelines is now Generally Available (#15667) (2e4cfae)
  • servicecatalog: add ability to set launch Role and deploy with StackSets (#15678) (c92548b)
  • stepfunctions: allow intrinsic functions for json path (#15320) (d9285cb)

Bug Fixes

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