Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

serverless-swaggerui

rwoverdijk5MIT1.0.1

Serverless plugin that serves SwaggerUI.

serverless, plugin, swagger, swaggerui

readme

Serverless-swaggerui

Tiny plugin that simply serves SwaggerUI.

Config options

All options are optional.

custom:
  swagger:
    version: 3.46.0 # Version of swaggerUI to use.
    port: 1991 # What port to serve swaggerUI from
    url: http://localhost:3000/local/swagger # Where to find the swagger definition
    path: /local/swagger # Used when url was not provided.
    accessToken: # prefill swagger-ui with an api-key.
      name: bearerBasedAuth
      value: the.jwt.token

Notes

License

MIT