Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 803 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 803 Bytes

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