@friggframework/devtools 2.0.0--canary.398.7664c46.0 → 2.0.0--canary.400.545e7a8.0
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.
|
@@ -611,6 +611,25 @@ const composeServerlessDefinition = async (AppDefinition) => {
|
|
|
611
611
|
},
|
|
612
612
|
],
|
|
613
613
|
},
|
|
614
|
+
health: {
|
|
615
|
+
handler: 'node_modules/@friggframework/core/handlers/routers/health.handler',
|
|
616
|
+
events: [
|
|
617
|
+
{
|
|
618
|
+
http: {
|
|
619
|
+
path: '/health',
|
|
620
|
+
method: 'GET',
|
|
621
|
+
cors: true,
|
|
622
|
+
},
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
http: {
|
|
626
|
+
path: '/health/{proxy+}',
|
|
627
|
+
method: 'GET',
|
|
628
|
+
cors: true,
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
],
|
|
632
|
+
},
|
|
614
633
|
},
|
|
615
634
|
resources: {
|
|
616
635
|
Resources: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/devtools",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "2.0.0--canary.
|
|
4
|
+
"version": "2.0.0--canary.400.545e7a8.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@aws-sdk/client-ec2": "^3.835.0",
|
|
7
7
|
"@aws-sdk/client-kms": "^3.835.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@babel/eslint-parser": "^7.18.9",
|
|
10
10
|
"@babel/parser": "^7.25.3",
|
|
11
11
|
"@babel/traverse": "^7.25.3",
|
|
12
|
-
"@friggframework/test": "2.0.0--canary.
|
|
12
|
+
"@friggframework/test": "2.0.0--canary.400.545e7a8.0",
|
|
13
13
|
"@hapi/boom": "^10.0.1",
|
|
14
14
|
"@inquirer/prompts": "^5.3.8",
|
|
15
15
|
"axios": "^1.7.2",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"serverless-http": "^2.7.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@friggframework/eslint-config": "2.0.0--canary.
|
|
35
|
-
"@friggframework/prettier-config": "2.0.0--canary.
|
|
34
|
+
"@friggframework/eslint-config": "2.0.0--canary.400.545e7a8.0",
|
|
35
|
+
"@friggframework/prettier-config": "2.0.0--canary.400.545e7a8.0",
|
|
36
36
|
"prettier": "^2.7.1",
|
|
37
37
|
"serverless": "3.39.0",
|
|
38
38
|
"serverless-dotenv-plugin": "^6.0.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "545e7a8515036e6b093714e544b9494770b88c57"
|
|
68
68
|
}
|