Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

ServerlessError: Documentation part already exists while deploying Serverless AWS apigateway #168

@rsolank1

Description

@rsolank1

I am getting [ServerlessError: Documentation part already exists] while deployment when I have updated the version in documentation object from version:"8.0.2" to version:"9.0.1".

serverlessError1
serverlessError2

But it succeed when run deployment again by updating version in documentation object from version:"9.0.1" to version:"9.0.2".

`

custom:
  documentation:
    api:
      info:
        version: "9.0.2"
        title: "Mock APIs"
        description: "Mock Apis for my new project"

I am unable to understand how serverless-aws-documentation versioning is working while deploying on API Gateway.

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