I have implemented an API server using Django and Django-REST-Framework with Zappa in AWS Lambda. I use Auth0 for identity. When I try to signup or login from localhost it works well and good but when I try to do the same from the AWS domain it throws timeout
errors.
URL: https://api.bearete.com/api/v1/signup/
Logs:
Starting new HTTPS connection (1): arete.auth0.com
Task timed out after 30.03 seconds
I need help to solve this issue. Thank you.