We have built APIs based on Azure function and all of the APIs are python based. I know that APIM provides a nice way of importing Azure function and creating and managing APIs. However, i am looking for a light & quick solution for developers so they can work among themselves.
Swagger is very popular in Java ecosystem and we are using in our spring boot application by just adding a few annotations.
Is there anything similar available for Azure functions written in Python. My end goal to have API documentation exposed by some endpoints so that different teams (API producers & consumers) can work efficiently without going through the confluence, etc