How to set API Gateway Description in serverless.yml? – Amazon Web Sevices
I'm trying to set the description to a REST API Gateway through serverless.yml, using serverless version 2.72.3 I couldn't find anything here https://www.serverless.com/framework/docs/providers/aws/events/apigateway I've also tried: provider: apiGateway: description: Your custom description but nothing happens after deploying to AWS, the…