@jjrawlins/cdk-iam-policy-builder-helper 0.0.1 → 0.0.2
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
CHANGED
|
@@ -3881,11 +3881,11 @@
|
|
|
3881
3881
|
"npm": "@jjrawlins/cdk-iam-policy-builder-helper"
|
|
3882
3882
|
},
|
|
3883
3883
|
"python": {
|
|
3884
|
-
"distName": "
|
|
3885
|
-
"module": "
|
|
3884
|
+
"distName": "jjrawlins_cdk-iam-policy-builder-helper",
|
|
3885
|
+
"module": "jjrawlins_cdk_iam_policy_builder_helper"
|
|
3886
3886
|
}
|
|
3887
3887
|
},
|
|
3888
3888
|
"types": {},
|
|
3889
|
-
"version": "0.0.
|
|
3890
|
-
"fingerprint": "
|
|
3889
|
+
"version": "0.0.2",
|
|
3890
|
+
"fingerprint": "8jtEKYlUtNKj07rvwllNARKPdd5Q7BeOaLJHDGWSuME="
|
|
3891
3891
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# cdk-iam-policy-builder-helper
|
|
1
|
+
# cdk-iam-policy-builder-helper
|
|
2
2
|
|
|
3
3
|
The AWS CDK allows you to define your cloud infrastructure using familiar programming languages, and this project
|
|
4
4
|
leverages that! Here are some examples of how to use our Actions and Managed Policies helper properties through
|
|
@@ -4,10 +4,10 @@ go 1.18
|
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/aws/jsii-runtime-go v1.98.0
|
|
7
|
-
github.com/aws/aws-cdk-go/awscdk/v2 v2.
|
|
8
|
-
github.com/aws/constructs-go/constructs/v10 v10.
|
|
9
|
-
github.com/projen/projen-go/projen v0.
|
|
10
|
-
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.
|
|
11
|
-
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.
|
|
12
|
-
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/
|
|
7
|
+
github.com/aws/aws-cdk-go/awscdk/v2 v2.150.0
|
|
8
|
+
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
9
|
+
github.com/projen/projen-go/projen v0.91.6
|
|
10
|
+
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.221 // indirect
|
|
11
|
+
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.3 // indirect
|
|
12
|
+
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
|
|
13
13
|
)
|
|
@@ -14,7 +14,7 @@ import (
|
|
|
14
14
|
projen "github.com/projen/projen-go/projen/jsii"
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
17
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.1.tgz
|
|
18
18
|
var tarball []byte
|
|
19
19
|
|
|
20
20
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -26,5 +26,5 @@ func Initialize() {
|
|
|
26
26
|
projen.Initialize()
|
|
27
27
|
|
|
28
28
|
// Load this library into the kernel
|
|
29
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
29
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.1", tarball)
|
|
30
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.1
|
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
|
-
"version": "0.0.
|
|
91
|
+
"version": "0.0.2",
|
|
92
92
|
"jest": {
|
|
93
93
|
"coverageProvider": "v8",
|
|
94
94
|
"testMatch": [
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"outdir": "dist",
|
|
141
141
|
"targets": {
|
|
142
142
|
"python": {
|
|
143
|
-
"distName": "
|
|
144
|
-
"module": "
|
|
143
|
+
"distName": "jjrawlins_cdk-iam-policy-builder-helper",
|
|
144
|
+
"module": "jjrawlins_cdk_iam_policy_builder_helper"
|
|
145
145
|
},
|
|
146
146
|
"go": {
|
|
147
147
|
"moduleName": "github.com/jjrawlins/cdk-iam-policy-builder-helper-construct"
|