How to define AWS API documentation?

AWS API Gateway has a documentation option for a method.
Is it possible to set this documentation through .yml?. Using the ‘description’ tag does not add the description to the api method.

You want to take a look at this plugin https://github.com/9cookies/serverless-aws-documentation

Thank you, this seems to do what I’m looking for. I will give it a try