Is django-api-gateway well maintained?
And how can I do request filtering without using this module? Is there any other similar solution to access all api endpoints in a micro service? Thanks in advance! It's probably maintained, but I have a feeling that it hasn't been updated since Django 1.7. Django-api-gateway requires a much higher amount of maintenance then a general purpose framework and the support provided through the official forum is only as good as if you use it directly with a Django project. I have experience with another micro framework, but we only implemented about half of the features provided by Django-api-gateway. It makes sense for our product to not provide them, even if it may feel weird for others.
Related Answers
What is API gateway in Django?
I am trying to fetch data from this api: I am not getting any response and...
Is Django an API gateway?
Django can certainly run on AWS Lambda. In fact, if you're hosting...
What is Zappa Django?
Zappa Django is a set of Python packages for building modern web-applications based o...