UNPKG

serverless-openapi-documenter

Version:

Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config

20 lines (18 loc) 370 B
'use strict' module.exports = { processedInput: { options: { openApiVersion: '3.0.1' } }, service: { service: 'myAPI', custom: { documentation: { title: 'My new API', description: 'This API does things', version: '0.0.1' } } } }