Skip to content

Tags feature #1

@victorl1964

Description

@victorl1964

Hello ... i have trying to make the "tags" feature in order to get related endpoints (for example /orders) together. This is what i am doing:

getOrders:
handler: ./src/controllers/order.getOrders
events:
- http:
path: /
method: get
cors: true
authorizer:
type: CUSTOM
authorizerId: ${ssm:CUSTOM_AUTHORIZER_ID}
documentation:
summary: 'Gets all orders that can be accessed by the user in session'
description: 'Gets all orders that can be accessed by the user in session'
tags:
- orders

        methodResponses:
          -
            statusCode: '200'
            responseBody:
              description: 'Response Model for a successful GET /orders request'
            responseModels:

When i export the documentation no tags are added

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions