Work in progress. Not ready for use yet.
This Serverless plugin imports AWS API Gateway Endpoint configuration (x-amazon-apigateway-integration extensions) from a Swagger file to s-function.json.
In your project root, run:
npm install --save serverless-swagger-import-pluginAdd the plugin to s-project.json:
"plugins": [
"serverless-swagger-import-plugin"
]In a component root folder, run:
serverless swagger importBy default the command will try load the swagger file (swagger.yaml or swagger.json) from the component folder. You can also specify a path to a swagger file:
serverless swagger import path/to/swagger.yaml