You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, are there any plans to support sdk v3? I am getting invoke errors when using new LambdaClient for SDK V3 client/lambda but works fine with SDK V2. Also, is this library being actively maintained? I haven't seen update since July, 2022
Uncaught Exception {
"errorType": "TypeError",
"errorMessage": "resourceDefinition.LongRunning.LambdaApi.invoke is not a function",
"stack": [
"TypeError: resourceDefinition.LongRunning.LambdaApi.invoke is not a function",
" at Timeout._onTimeout (/var/task/node_modules/cfn-lambda/index.js:189:50)",
" at listOnTimeout (node:internal/timers:569:17)",
" at process.processTimers (node:internal/timers:512:7)"
]
}
The text was updated successfully, but these errors were encountered:
abhirpat
changed the title
lambdaApi is not compatible with SDK V3
Lambda api is not compatible with SDK V3
Nov 3, 2023
Hi, are there any plans to support sdk v3? I am getting invoke errors when using new LambdaClient for SDK V3 client/lambda but works fine with SDK V2. Also, is this library being actively maintained? I haven't seen update since July, 2022
The text was updated successfully, but these errors were encountered: