This works on my local machine but on AWS Lambda I get the below-mentioned error.
import asyncio import os async def abc(): await asyncio.sleep(1) pr