-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels