I have an AWS-lambda based API, written in python. The data is in elastic search. The python code is basically an interface between the user and ES.
I need to add swagger documentation.
I can create the swagger.json file manually, but I would like to have some automated process, to be able to keep up with future changes.
Is there a library that would help me to somehow automatically generate the swagger documentation?
I was searching around, and I found multiple libraries for flask, but I'm not using flask