All Projects → serverless → serverless-swagger-plugin

serverless / serverless-swagger-plugin

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Serverless Swagger Import Plugin

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.

Installation

In your project root, run:

npm install --save serverless-swagger-import-plugin

Add the plugin to s-project.json:

"plugins": [
  "serverless-swagger-import-plugin"
]

Usage

In a component root folder, run:

serverless swagger import

By 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].