Closed etienne-napoleone closed 4 years ago
AWS api gateway can import swagger or open api 3 specs to define the routes and methods which lead to very detailed endpoints metrics.
Without this, everything is accounted under the proxying endpoint (/{proxy+})
/{proxy+}
We have to find a way to merge fcd swagger with lcd swagger file.
AWS api gateway can import swagger or open api 3 specs to define the routes and methods which lead to very detailed endpoints metrics.
Without this, everything is accounted under the proxying endpoint (
/{proxy+}
)