Helfer-Portal / helponspot-lambdas

0 stars 0 forks source link

[bug] delete request not working #74

Closed meteohr closed 4 years ago

meteohr commented 4 years ago

error:

{
    "errorType": "TypeError",
    "errorMessage": "Cannot read property 'requestId' of undefined",
    "trace": [
        "TypeError: Cannot read property 'requestId' of undefined",
        "    at /var/task/lambdas/delete-request/dist/index.js:51:50",
        "    at step (/var/task/lambdas/delete-request/dist/index.js:33:23)",
        "    at Object.next (/var/task/lambdas/delete-request/dist/index.js:14:53)",
        "    at /var/task/lambdas/delete-request/dist/index.js:8:71",
        "    at new Promise (<anonymous>)",
        "    at __awaiter (/var/task/lambdas/delete-request/dist/index.js:4:12)",
        "    at Runtime.exports.handler (/var/task/lambdas/delete-request/dist/index.js:46:45)",
        "    at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)"
    ]
}