Socket
Socket
Sign inDemoInstall

@aws-cdk/region-info

Package Overview
Dependencies
Maintainers
5
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/region-info - npm Package Versions

1
53

1.12.0

Diff

Changelog

Source

1.12.0 (2019-10-07)

Bug Fixes

  • apigateway: defaultChild on RestApi returns the underlying L1 (#4318) (53db8bc), closes #3234
  • cloudmap: fix CloudMap Service import, expose ECS CloudMap Service (#4313) (c968c96), closes #4286
  • codebuild: validate if a CodePipeline action that is cross-account does not have outputs (#4171) (1744f8a), closes #4032
  • custom-resources: support region for AwsCustomResource (#4298) (934d36f), closes #4292
  • ecr-assets: exclude option (#4354) (f96b2fb), closes #4353 #4353
  • ecs: nat network mode for windows tasks (#4317) (9ceb995), closes #4272
  • lambda-event-sources: add missing export of streams.ts (#4362) (032b70c), closes #4352

Features

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cloudmap: cloudmap.Service.fromServiceAttributes takes a newly required argument namespace.
aws-cdk-team
published 1.11.0 •

Changelog

Source

1.11.0 (2019-10-02)

Bug Fixes

Features

  • codepipeline: validate that source actions are in the same region as the pipeline (#4303) (c35091f)
  • update CloudFormation resource specification to v6.2.0 (#4309) (92b05a6)
  • cli: Add Jest tests to JavaScript init templates (#4282) (22a5ada), closes #4027
  • ecs-patterns: Allow overriding loadBalancer and taskDefinition (#4213) (f2a6d46)
  • lambda: event-source maxBatchingWindow property (#4260) (4040032)
aws-cdk-team
published 1.10.1 •

Changelog

Source

1.10.1 (2019-10-01)

Bug Fixes

aws-cdk-team
published 1.10.0 •

Changelog

Source

1.10.0 (2019-09-27)

Bug Fixes

Features

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ses-actions: adding an action to a receipt rule now requires an integration object from the @aws-cdk/aws-ses-actions package.
aws-cdk-team
published 1.9.0 •

Changelog

Source

1.9.0 (2019-09-19)

Bug Fixes

  • apigateway: cross-stack lambda integration causes a cyclic reference (#4010) (17fc967), closes #3705 #3000
  • apigateway: json schema additionalProperties should be boolean (#3997) (73a1de1)
  • cloudfront: actually default 'compress' to true (#3359) (364fd56)
  • core: stack.urlSuffix is no longer scoped (#4011) (82e08bc), closes #3970
  • ec2: fix subnet selection on looked-up VPCs (#4090) (4a113e6), closes #3650
  • ec2: improve errors around subnet selection (#4089) (2392108), closes #3859
  • elbv2: allow multiple certificates on ALB listener (#4116) (d1f8e5c), closes #3757
  • elbv2: fix cross-stack use of ALB (#4111) (7dfd6be)
  • elbv2: unhealthyHostCount metric case fix (#4133) (899656c)
  • events: remove custom resource for fargate event target (#3952) (920f12f), closes #3930
  • events: remove policy statement from CF template when using AwsApi (#4037) (2e67c2d)
  • route53: remove http:// from bucket target (#4070) (621441d)

Features

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • s3-deployment: Property source is now sources and is a Source array
aws-cdk-team
published 1.8.0 •

Changelog

Source

1.8.0 (2019-09-10)

Bug Fixes

  • app-delivery: action template filename incorrect (#3986) (f6ef79d), closes #3595
  • certificatemanager: increase minimum validation total timeout (#3914) (4973a8c)
  • custom-resources: correctly handle booleans conversion (#4000) (77105ab), closes #3933
  • dynamodb: prevent "StreamARN not found for resource" errors (#3935) (617ef82)
  • ecs: separate application and network load balanced services (#3719) (21eb835)
  • events: fromObject handles regular and field tokens together (#3916) (b01f62d), closes #3915
  • iam: only attach policies to imported roles if the accounts match (#3716) (87db7aa), closes #2985 #3025

Code Refactoring

Features

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assets: assets no longer expose a property contentHash. Use sourceHash as a good approximation. if you have a strong use case for content hashes, please raise a github issue and we will figure out a solution.
  • dynamodb: fix
  • ecs: The LoadBalancedServiceBase, LoadBalancedEc2Service and LoadBalancedFargateService constructs have been separated out into Application and Network LoadBalancedService constructs for both Ec2 and Fargate Services.
aws-cdk-team
published 1.7.0 •

Changelog

Source

1.7.0 (2019-09-05)

Bug Fixes

  • codepipeline: insufficient deploy cross-account CFN role S3 permissions (#3855) (09304f7), closes #3765
  • ecs: default ecsmanagedtags and propagatetags to be undefined (#3887) (1f589a3)
  • init-templates: add typesRoot compiler option for TypeScript templates (#3865) (2c9bafa), closes #3830
  • init-templates: fix to include environments and CDK files to .gitignore for Python templates (#3863) (e4f9677), closes #2842
  • lambda: environment var values are strings (#3858) (f892312), closes #3337
  • s3-deployment: CallerReference has to be unique (#3880) (16eb658)

Features

  • ecs,lambda,rds: specify allowAllOutbound when importing security groups (#3833) (5ef34a1)
  • events: validate MessageGroupId is specified only for FIFO queues (#3811) (cc88f1a)
  • upgrade to CloudFormation specification 6.0.0 (#3942) (27de0a0)

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ecs,lambda,rds: securityGroupId: string replaced by securityGroup: ISecurityGroup when importing a cluster/instance in @aws-cdk/aws-rds
aws-cdk-team
published 1.6.1 •

Changelog

Source

1.6.1 (2019-08-29)

Bug Fixes

aws-cdk-team
published 1.6.0 •

Changelog

Source

1.6.0 (2019-08-27)

Bug Fixes

Features

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ec2: By default, egress rules are not created anymore on imported security groups. This can be configured by setting allowAllOutbound: false upon importing.
aws-cdk-team
published 1.5.0 •

Changelog

Source

1.5.0 (2019-08-20)

Bug Fixes

  • aws-cdk: update Java template to new builder style (#3723) (ab07af1)
  • ecr: set correct resource policy for ecr repository (#3590) (30f3968)
  • events-targets: allow adding same fargate task to multiple rules (#3576) (5b109f9), closes #3574
  • iam: support NotActions/NotResources (#964) (#3677) (a8ee987)
  • kms: append aliasName only after first (#3659) (77671ad)
  • region-info: IAM service principal for China regions (#3491) (013c181)
  • s3-deployment: custom resource fails to run aws-cli (#3668) (6eabe6d), closes #3656

Features

  • bootstrap: force toolkit bucket private (#3695) (d1ee4ba)
  • cloudformation: Update CloudFormation spec to 5.2.0 (#3710) (ab86df7)
  • cloudformation: update cloudformation spec to v5.1.0 (#3670) (15f01d0)
  • eks: output update-kubeconfig command (04d88fb), closes #3664
  • eks: output update-kubeconfig command (#3669) (9e46532), closes #3664
  • events-targets: allow specifying event for codebuild project target (#3637) (c240e1e)

BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • aws-cdk: Java builders no longer use the "with" prefix.
  • eks: cluster name output will not be synthesized by default. instead we synthesize an output that includes the full aws eks update-kubeconfig command. You can enable synthesis of the cluster name output using the outputClusterName: true options.
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