cdk-import 0.2.166 → 0.2.169

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.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # cdk-import
2
2
 
3
- > Generates CDK constructs from sources such as public CloudFormation Registry types and
4
- > modules (L1s) as well as AWS Service Catalog product versions.
3
+ Generates CDK constructs from external sources such as public CloudFormation Registry types and
4
+ modules (L1s) as well as AWS Service Catalog product versions.
5
+
6
+ > **IMPORTANT** The AWS CDK CLI has feature called [`cdk import`](https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/README.md#cdk-import), which can be used to import ("adopt")
7
+ > existing resources into CloudFormation control, so that they can be mutated by CDK updates later.
8
+ > *The naming collission is unfortunate, but this repository has nothing to do with that feature*. For more information on the feature to import existing AWS resources into CDK/CloudFormation stacks, see the [CLI documentation on `cdk import`](https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/README.md#cdk-import).
5
9
 
6
10
  ## Installation
7
11
 
@@ -219,4 +223,4 @@ information.
219
223
 
220
224
  ## License
221
225
 
222
- This project is licensed under the Apache-2.0 License.
226
+ This project is licensed under the Apache-2.0 License.
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "jest-junit": "^13",
41
41
  "json-schema": "^0.4.0",
42
42
  "npm-check-updates": "^12",
43
- "projen": "^0.55.8",
43
+ "projen": "^0.55.10",
44
44
  "standard-version": "^9",
45
45
  "ts-jest": "^27",
46
46
  "ts-node": "^10.7.0",
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "aws-cdk-lib": "^2.23.0",
51
- "aws-sdk": "^2.1129.0",
51
+ "aws-sdk": "^2.1130.0",
52
52
  "case": "^1.6.3",
53
53
  "constructs": "^10",
54
- "jsii-srcmak": "^0.1.550",
55
- "json2jsii": "^0.3.3",
54
+ "jsii-srcmak": "^0.1.552",
55
+ "json2jsii": "^0.3.5",
56
56
  "minimist": "^1.2.6",
57
57
  "minimist-subcommand": "^3.0.2",
58
58
  "proxy-agent": "^5.0.0"
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "main": "lib/index.js",
64
64
  "license": "Apache-2.0",
65
- "version": "0.2.166",
65
+ "version": "0.2.169",
66
66
  "jest": {
67
67
  "testMatch": [
68
68
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",