I\'m creating an entire API in AWS API Gateway. Since I\'m using the graphical console, just because I\'m in a learning phase, I will need some way to create the same API pr
Open CLI and run following command
aws apigateway get-export --parameters extensions='apigateway' --rest-api-id **** --stage-name dev --export-type swagger latestswagger2.json
or
Go to stage and export it