I am trying to trigger a prefect2 flow from an AWS...
# ask-community
n
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.