wirejs-deploy-amplify-basic 0.0.132-async-api → 0.0.133-async-api
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.
|
@@ -87,7 +87,7 @@ export const handler: LambdaFunctionURLHandler = async (event, context) => {
|
|
|
87
87
|
const sanitized = { ...calls };
|
|
88
88
|
sanitized.selfInvocationId = sanitized.selfInvocationId.slice(0, 8);
|
|
89
89
|
|
|
90
|
-
console.log('handling async execution'
|
|
90
|
+
console.log('handling async execution');
|
|
91
91
|
|
|
92
92
|
if (!calls.absoluteId) {
|
|
93
93
|
console.error('Missing absoluteId in async call');
|
|
@@ -117,9 +117,7 @@ export const handler: LambdaFunctionURLHandler = async (event, context) => {
|
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
console.log('Starting background job');
|
|
121
120
|
await handler(...calls.args)
|
|
122
|
-
console.log('Background job completed');
|
|
123
121
|
|
|
124
122
|
return {
|
|
125
123
|
statusCode: 200,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wirejs-deploy-amplify-basic",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.133-async-api",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"recursive-copy": "^2.0.14",
|
|
43
43
|
"rimraf": "^6.0.1",
|
|
44
44
|
"wirejs-dom": "^1.0.41",
|
|
45
|
-
"wirejs-resources": "^0.1.
|
|
45
|
+
"wirejs-resources": "^0.1.101-async-api"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@aws-amplify/backend": "^1.14.0",
|