First of all, thank you for this plugin!
I'm currently working on a serverless project that uses another plugin (serverless-apigateway-service-proxy). This plugin allows to define some APIs endpoint outside of the functions section, like this:
Hmmm interesting. Not seen this before. Currently there isn't a way to do this. I could probably hack a way to do it, but it might take a little bit of time.
First of all, thank you for this plugin! I'm currently working on a serverless project that uses another plugin (serverless-apigateway-service-proxy). This plugin allows to define some APIs endpoint outside of the functions section, like this:
I need to generate documentation also for these endpoints. Is there a way to achieve this? Thank you