https://prefect.io logo
n

Nikhil Jain

01/17/2023, 10:49 PM
I am trying to trigger a prefect2 flow from an AWS lambda function. I am deploying the lambda function using
serverless
. However, I am running into issues with module import errors when I run the lambda.
Copy code
Runtime.ImportModuleError: Unable to import module 'serverless.enrollment.app_status_change_handler': No module named 'orjson.orjson'
PS: my lambda setup was working fine when I was using prefect1.