Any updates on python lambda?
# support-questions-legacy
c
Any updates on python lambda?
r
Hey. The previous thread has some info (the other person was able to get it to work)
But we will be adding it to our docs this week anyway
c
Sounds good.. does this mean instead of from supertokens_python.asyncio import delete_user I should use from supertokens_python.syncio import delete_user
r
@KShivendu can help here.
k
@chunkygoo. yes. please use syncio variants of the functions in lambda environment (since Mangum doesn't support asyncio)
c
@KShivendu is using nest_asyncio the official solution? Or is it just a workaround for now?
k
workaround
c
In the docs that will be updated this week - will that be a workaround that uses nest_asyncio or will it be a solution?