@openhi/constructs 0.0.158 → 0.0.160
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-EFB5OFM7.mjs +500 -0
- package/lib/chunk-EFB5OFM7.mjs.map +1 -0
- package/lib/chunk-QFHYTCVY.mjs +4616 -0
- package/lib/chunk-QFHYTCVY.mjs.map +1 -0
- package/lib/{events-DTgo2dcW.d.mts → events-TG654e7L.d.mts} +68 -19
- package/lib/{events-DTgo2dcW.d.ts → events-TG654e7L.d.ts} +68 -19
- package/lib/index.d.mts +1144 -3
- package/lib/index.d.ts +1248 -21
- package/lib/index.js +3570 -74
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +244 -4
- package/lib/index.mjs.map +1 -1
- package/lib/provision-default-workspace.handler.js +4 -4
- package/lib/provision-default-workspace.handler.js.map +1 -1
- package/lib/provision-default-workspace.handler.mjs +4 -4
- package/lib/provision-default-workspace.handler.mjs.map +1 -1
- package/lib/rest-api-lambda.handler.mjs +259 -531
- package/lib/rest-api-lambda.handler.mjs.map +1 -1
- package/lib/seed-demo-data.handler.d.mts +1 -1
- package/lib/seed-demo-data.handler.d.ts +1 -1
- package/lib/seed-demo-data.handler.js +3713 -107
- package/lib/seed-demo-data.handler.js.map +1 -1
- package/lib/seed-demo-data.handler.mjs +2 -2
- package/package.json +11 -11
- package/lib/chunk-BQMJSDOD.mjs +0 -1136
- package/lib/chunk-BQMJSDOD.mjs.map +0 -1
- package/lib/chunk-E6MCKJVS.mjs +0 -212
- package/lib/chunk-E6MCKJVS.mjs.map +0 -1
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
productionCognitoProvisioner,
|
|
9
9
|
runSeedDemoData,
|
|
10
10
|
seedDemoGraph
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-QFHYTCVY.mjs";
|
|
12
|
+
import "./chunk-EFB5OFM7.mjs";
|
|
13
13
|
import "./chunk-ZM4GDHHC.mjs";
|
|
14
14
|
import "./chunk-CFJDATDK.mjs";
|
|
15
15
|
import "./chunk-HQ67J7BP.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.1054.0",
|
|
40
|
+
"@aws-sdk/client-cognito-identity-provider": "^3.1054.0",
|
|
41
|
+
"@aws-sdk/client-dynamodb": "^3.1054.0",
|
|
42
|
+
"@aws-sdk/client-eventbridge": "^3.1054.0",
|
|
43
|
+
"@aws-sdk/client-rds-data": "^3.1054.0",
|
|
44
|
+
"@aws-sdk/client-s3": "^3.1054.0",
|
|
45
|
+
"@aws-sdk/client-secrets-manager": "^3.1054.0",
|
|
46
|
+
"@aws-sdk/client-ssm": "^3.1054.0",
|
|
47
47
|
"@codedrifters/utils": "^0.0.33",
|
|
48
48
|
"@codegenie/serverless-express": "^4.17.1",
|
|
49
49
|
"@types/aws-lambda": "^8.10.161",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"type-fest": "^4",
|
|
57
57
|
"ulid": "^3.0.2",
|
|
58
58
|
"@openhi/config": "0.0.0",
|
|
59
|
-
"@openhi/
|
|
60
|
-
"@openhi/
|
|
59
|
+
"@openhi/types": "0.0.0",
|
|
60
|
+
"@openhi/workflows": "0.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devEngines": {
|
|
63
63
|
"packageManager": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"version": "0.0.
|
|
74
|
+
"version": "0.0.160",
|
|
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": {
|