1.0.1 • Published 3 years ago

serverless-swaggerui v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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