Amazon web services – Django Asyc function execution
I am trying to execute the functions in async mode using Django DRF APIView, so that the API returns the response instantly. I am using Django 4.1.12, adrf for async View. Below is the code : import asyncio from asgiref.sync…