I have Django GraphQL deployed to AWS Lambda + API Gateway using the serverless framework. For authentication I have used the django-graphql-jwt package. It is working perfectly fine using the provided queries. I would like to move to the new API Gateway HTTP API as I only proxy traffic.
I was wondering if there is any advantage of validating the provided token at the API Gateway level?
If so, is there any way I can achieve that by defining django with this package as the issuer?