@ttoss/appsync-api 0.19.2 → 0.20.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/dist/esm/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/esm/index.js
CHANGED
|
@@ -95,7 +95,7 @@ var createApiTemplate = ({
|
|
|
95
95
|
Layers: lambdaFunction.layers,
|
|
96
96
|
MemorySize: 512,
|
|
97
97
|
Role: lambdaFunction.roleArn,
|
|
98
|
-
Runtime: "
|
|
98
|
+
Runtime: "nodejs22.x",
|
|
99
99
|
/**
|
|
100
100
|
* https://docs.aws.amazon.com/general/latest/gr/appsync.html
|
|
101
101
|
* Request execution time for mutations, queries, and subscriptions: 30 seconds
|
package/dist/index.js
CHANGED
|
@@ -127,7 +127,7 @@ var createApiTemplate = ({
|
|
|
127
127
|
Layers: lambdaFunction.layers,
|
|
128
128
|
MemorySize: 512,
|
|
129
129
|
Role: lambdaFunction.roleArn,
|
|
130
|
-
Runtime: "
|
|
130
|
+
Runtime: "nodejs22.x",
|
|
131
131
|
/**
|
|
132
132
|
* https://docs.aws.amazon.com/general/latest/gr/appsync.html
|
|
133
133
|
* Request execution time for mutations, queries, and subscriptions: 30 seconds
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/appsync-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.1",
|
|
4
4
|
"description": "A library for building GraphQL APIs for AWS AppSync.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
],
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ttoss/cloudformation": "^0.10.
|
|
27
|
+
"@ttoss/cloudformation": "^0.10.15"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"graphql": "^16.6.0",
|
|
31
|
-
"@ttoss/graphql-api": "^0.8.
|
|
31
|
+
"@ttoss/graphql-api": "^0.8.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/aws-lambda": "^8.10.146",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"graphql-shield": "^7.6.5",
|
|
37
37
|
"jest": "^29.7.0",
|
|
38
38
|
"tsup": "^8.3.5",
|
|
39
|
-
"@ttoss/
|
|
40
|
-
"@ttoss/
|
|
41
|
-
"@ttoss/
|
|
39
|
+
"@ttoss/graphql-api": "^0.8.3",
|
|
40
|
+
"@ttoss/ids": "^0.3.2",
|
|
41
|
+
"@ttoss/config": "^1.35.2"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"api",
|