asyncio not working on AWS Lambda (python 3.6)

前端 未结 0 665
轮回少年
轮回少年 2021-01-01 12:38

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题