aws-cdk 1.174.0 → 1.176.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -229,7 +229,7 @@ Usage of output in a CDK stack
229
229
  const fn = new lambda.Function(this, "fn", {
230
230
  handler: "index.handler",
231
231
  code: lambda.Code.fromInline(`exports.handler = \${handler.toString()}`),
232
- runtime: lambda.Runtime.NODEJS_12_X
232
+ runtime: lambda.Runtime.NODEJS_14_X
233
233
  });
234
234
 
235
235
  new cdk.CfnOutput(this, 'FunctionArn', {
@@ -510,10 +510,10 @@ $ cdk destroy --app='node bin/main.js' MyStackName
510
510
 
511
511
  ### `cdk bootstrap`
512
512
 
513
- Deploys a `CDKToolkit` CloudFormation stack into the specified environment(s), that provides an S3 bucket
514
- and ECR reposity that `cdk deploy` will use to store synthesized templates and the related assets, before
515
- triggering a CloudFormation stack update. The name of the deployed stack can be configured using the
516
- `--toolkit-stack-name` argument. The S3 Bucket Public Access Block Configuration can be configured using
513
+ Deploys a `CDKToolkit` CloudFormation stack into the specified environment(s), that provides an S3 bucket
514
+ and ECR reposity that `cdk deploy` will use to store synthesized templates and the related assets, before
515
+ triggering a CloudFormation stack update. The name of the deployed stack can be configured using the
516
+ `--toolkit-stack-name` argument. The S3 Bucket Public Access Block Configuration can be configured using
517
517
  the `--public-access-block-configuration` argument. ECR uses immutable tags for images.
518
518
 
519
519
  ```console
@@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
268
268
 
269
269
  ----------------
270
270
 
271
- ** aws-sdk@2.1210.0 - https://www.npmjs.com/package/aws-sdk/v/2.1210.0 | Apache-2.0
271
+ ** aws-sdk@2.1220.0 - https://www.npmjs.com/package/aws-sdk/v/2.1220.0 | Apache-2.0
272
272
  AWS SDK for JavaScript
273
273
  Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
274
274
 
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2022-09-21T21:36:34Z by generate.sh",
3
- "commit": "4aacfa3"
2
+ "comment": "Generated at 2022-10-06T12:30:18Z by generate.sh",
3
+ "commit": "a812d4c"
4
4
  }
@@ -1 +1 @@
1
- {"expiration":1663799900322,"notices":[{"title":"Error when building EKS cluster with monocdk import","issueNumber":17061,"overview":"When using monocdk/aws-eks to build a stack containing an EKS cluster, error is thrown about missing lambda-layer-node-proxy-agent/layer/package.json.","components":[{"name":"cli","version":"<1.130.0 >=1.126.0"}],"schemaVersion":"1"}]}
1
+ {"expiration":1665063126245,"notices":[{"title":"Error when building EKS cluster with monocdk import","issueNumber":17061,"overview":"When using monocdk/aws-eks to build a stack containing an EKS cluster, error is thrown about missing lambda-layer-node-proxy-agent/layer/package.json.","components":[{"name":"cli","version":"<1.130.0 >=1.126.0"}],"schemaVersion":"1"}]}