Export Swagger UI documentation as an API for AWS Lambda integrated with API Gateway

129 Views Asked by At

Lambda contains few endpoints developed using python lambda-powertools and deployed with API Gateway.

All the required infra, Lambda, API Gateway is created through Terraform.

How to export swagger UI documentation as an api like https://customdomain.com/swagger , this url should give me the swagger UI documentation??

0

There are 0 best solutions below