PWZER / swagger-ui-py

Swagger UI for Python web framework, such Tornado, Flask and Sanic. https://pwzer.github.io/swagger-ui-py/
https://pypi.org/project/swagger-ui-py
Apache License 2.0
68 stars 31 forks source link

How to use this with AWS Lamda? #41

Open kishaningithub opened 10 months ago

kishaningithub commented 10 months ago

Assume i have an open api json/yaml spec, i want a lambda function to return the swagger ui as a response via api gateway

i.e.

User ---> API Gateway ---> AWS Lambda -->  Open API Spec (YAML / JSON) stored in lambda zip or in S3

and the user sees the swagger UI