Skip to content

Root level tags are not transferred to the resulting config #6

@servernoj

Description

@servernoj

I have custom/documentation section of serverless.yml defined as follows:

version: ...
title: ...
description: ...
tags:
  - name: public
    description: API endpoints not requiring authentication
  - name: user-level
  - name: ...
models:
  - ...

with ... being properly replaced with meaningful values. After compilation, I don't see the tags section in the resulting openapi.yml file on the root level.

Note: function-level tags definition are properly transferred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions