Skip to content

unrecognized custom.autoswagger description and version #143

Description

@matiasict

i'm configuring auto swagger (v3.1.0) in serverless.yml, it is not recognizing “version” and “description”. what could be happening?

serverless.yml:

autoswagger:
    swaggerPath: 'site/swagger'
    apiType: httpApi
    title: Backoffice API
    description: API del Backoffice
    version: '2.0.0'
    excludeStages: ['stage', 'prod']
    typefiles: [
      './packages/swagger/types/types.d.ts'
      ]

Error:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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