Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightapes/serverless-openapi

Generate openapi file from your serverless file
https://github.com/nightapes/serverless-openapi

openapi serverless swagger

Last synced: 3 months ago
JSON representation

Generate openapi file from your serverless file

Awesome Lists containing this project

README

        

# serverless-openapi

A simple openapi generator for [serverless](serverless.com).

Support for serverless 2 and 3

The files is generated locally without any upload to aws apigateway.

## Install

`npm i -D @nightapes/serverless-openapi`

## Usage

Add plugin into your `serverless.yml` file

```yml
plugins:
- '@nightapes/serverless-openapi'
```

## Documentation

A detailed documentation can be found [here](/packages/serverless-openapi/README.md)