p6-cdk-namer 1.2.0 → 1.2.1
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/.jsii +2 -2
- package/lib/p6cdknamer.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3977,6 +3977,6 @@
|
|
|
3977
3977
|
"symbolId": "src/p6cdknamer:P6CDKNamer"
|
|
3978
3978
|
}
|
|
3979
3979
|
},
|
|
3980
|
-
"version": "1.2.
|
|
3981
|
-
"fingerprint": "
|
|
3980
|
+
"version": "1.2.1",
|
|
3981
|
+
"fingerprint": "u7P1yNYQ43aXfUYXCvU3fH78EyZ1ebfKYfpjE5ClPDg="
|
|
3982
3982
|
}
|
package/lib/p6cdknamer.js
CHANGED
|
@@ -31,7 +31,7 @@ const lambdajs = __importStar(require("aws-cdk-lib/aws-lambda-nodejs"));
|
|
|
31
31
|
const cr = __importStar(require("aws-cdk-lib/custom-resources"));
|
|
32
32
|
const floyd = __importStar(require("cdk-iam-floyd"));
|
|
33
33
|
class P6CDKNamer extends cdk.Resource {
|
|
34
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.2.
|
|
34
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.2.1" };
|
|
35
35
|
constructor(scope, id, props) {
|
|
36
36
|
super(scope, id);
|
|
37
37
|
const policy = new floyd.Statement.Iam().allow().toCreateAccountAlias();
|