I’m attempting to deploy the Django app with the Couchbase package in AWS Lambda and API Gateway using Zappa. My Python version is 3.10, and the Couchbase version is 4.0.0. I encountered the following error.
No module named ‘couchbase.pycbc_core’
[1716534828233] [DEBUG] 2024-05-24T07:13:48.233Z 7d4dd6e6-0a78-47a3-818c-e76ef7c9323d Zappa Event: {‘time’: ‘2024-05-24T07:13:37Z’, ‘detail-type’: ‘Scheduled Event’, ‘source’: ‘aws.events’,
Hmmm… I don’t see anything about couchbase in there. But you will definitely need the Couchbase Python SDK for an application that is going to use it. I’ll find someone to help.