@openhi/constructs 0.0.161 → 0.0.163
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/lib/{chunk-WOTU36P3.mjs → chunk-WFTDH2NM.mjs} +3 -2
- package/lib/chunk-WFTDH2NM.mjs.map +1 -0
- package/lib/{chunk-MLFMW5IF.mjs → chunk-XHG4SODS.mjs} +9 -5
- package/lib/chunk-XHG4SODS.mjs.map +1 -0
- package/lib/{chunk-7TRO2STL.mjs → chunk-ZODGX37H.mjs} +543 -46
- package/lib/chunk-ZODGX37H.mjs.map +1 -0
- package/lib/{events-TG654e7L.d.mts → events-dO9nxnPa.d.mts} +89 -4
- package/lib/{events-TG654e7L.d.ts → events-dO9nxnPa.d.ts} +89 -4
- package/lib/index.d.mts +1 -1
- package/lib/index.d.ts +90 -5
- package/lib/index.js +335 -52
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +46 -2
- package/lib/index.mjs.map +1 -1
- package/lib/pre-token-generation.handler.js +1 -0
- package/lib/pre-token-generation.handler.js.map +1 -1
- package/lib/pre-token-generation.handler.mjs +1 -1
- package/lib/provision-default-workspace.handler.js +9 -4
- package/lib/provision-default-workspace.handler.js.map +1 -1
- package/lib/provision-default-workspace.handler.mjs +2 -2
- package/lib/rest-api-lambda.handler.js +292 -287
- package/lib/rest-api-lambda.handler.js.map +1 -1
- package/lib/rest-api-lambda.handler.mjs +2 -2
- package/lib/seed-demo-data.handler.d.mts +4 -2
- package/lib/seed-demo-data.handler.d.ts +4 -2
- package/lib/seed-demo-data.handler.js +553 -74
- package/lib/seed-demo-data.handler.js.map +1 -1
- package/lib/seed-demo-data.handler.mjs +2 -2
- package/package.json +9 -9
- package/lib/chunk-7TRO2STL.mjs.map +0 -1
- package/lib/chunk-MLFMW5IF.mjs.map +0 -1
- package/lib/chunk-WOTU36P3.mjs.map +0 -1
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
productionCognitoProvisioner,
|
|
9
9
|
runSeedDemoData,
|
|
10
10
|
seedDemoGraph
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-ZODGX37H.mjs";
|
|
12
12
|
import "./chunk-P3NFCKTZ.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-XHG4SODS.mjs";
|
|
14
14
|
import "./chunk-BUAYVN3C.mjs";
|
|
15
15
|
import "./chunk-5S6VFBLT.mjs";
|
|
16
16
|
import "./chunk-I6LUPJUY.mjs";
|
package/package.json
CHANGED
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"constructs": "10.6.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
40
|
-
"@aws-sdk/client-cognito-identity-provider": "^3.
|
|
41
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
42
|
-
"@aws-sdk/client-eventbridge": "^3.
|
|
43
|
-
"@aws-sdk/client-rds-data": "^3.
|
|
44
|
-
"@aws-sdk/client-s3": "^3.
|
|
45
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
46
|
-
"@aws-sdk/client-ssm": "^3.
|
|
39
|
+
"@aws-sdk/client-cloudformation": "^3.1055.0",
|
|
40
|
+
"@aws-sdk/client-cognito-identity-provider": "^3.1055.0",
|
|
41
|
+
"@aws-sdk/client-dynamodb": "^3.1055.0",
|
|
42
|
+
"@aws-sdk/client-eventbridge": "^3.1055.0",
|
|
43
|
+
"@aws-sdk/client-rds-data": "^3.1055.0",
|
|
44
|
+
"@aws-sdk/client-s3": "^3.1055.0",
|
|
45
|
+
"@aws-sdk/client-secrets-manager": "^3.1055.0",
|
|
46
|
+
"@aws-sdk/client-ssm": "^3.1055.0",
|
|
47
47
|
"@codedrifters/utils": "^0.0.33",
|
|
48
48
|
"@codegenie/serverless-express": "^4.17.1",
|
|
49
49
|
"@types/aws-lambda": "^8.10.161",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"version": "0.0.
|
|
74
|
+
"version": "0.0.163",
|
|
75
75
|
"types": "lib/index.d.ts",
|
|
76
76
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\".",
|
|
77
77
|
"scripts": {
|