Hello,
I have a problem with my functions from Appwrite.
Currently, we use AWS SAM CLI to simulate an API Gateway with Lambdas, where the client is initiated in a Lambda authorizer with the JWT.
The Lambdas retrieve this client for the database module.
However, as soon as we try to use the list documents function, we encounter the following error:
ERROR Error during handling: TypeError: this.client.call is not a function aws-1
at Databases.listDocuments (/opt/nodejs/node_modules/node-appwrite/dist/services/databases.js:1718:24)
at Runtime.handler (/var/task/index.js:45:39)
at Runtime.handleOnceNonStreaming (file:///var/runtime/index.mjs:1306:29)
Is there a compatibility problem with AWS SAM CLI and Appwrite?
Thank you!
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...