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 +5 -5
- package/THIRD_PARTY_LICENSES +1 -1
- package/build-info.json +2 -2
- package/does-not-exist.json +1 -1
- package/lib/index.js +8140 -3326
- package/package.json +9 -9
- package/test/integ/cli/app/app.js +1 -1
- package/test/integ/common/jest-test.bash +1 -1
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.
|
|
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
|
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -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.
|
|
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
package/does-not-exist.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"expiration":
|
|
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"}]}
|