Skip to content

SpoonX/serverless-swaggerui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Serverless plugin that serves SwaggerUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published