An open API service indexing awesome lists of open source software.

https://github.com/HarishKM7/aws-api-gateway-swagger-ui

An AWS SAM app to deploy a Swagger UI alongside your API in AWS API Gateway. Available in the AWS Serverless App Repo (SAR).
https://github.com/HarishKM7/aws-api-gateway-swagger-ui

aws-api-gateway aws-lambda aws-sam node-js swagger-ui

Last synced: 5 months ago
JSON representation

An AWS SAM app to deploy a Swagger UI alongside your API in AWS API Gateway. Available in the AWS Serverless App Repo (SAR).

Awesome Lists containing this project

README

        

# Swagger UI for AWS API Gateway

Provide a publicly accessible URL to the Swagger spec JSON/YAML as an input parameter to this deployment & open the URL in the output of the deployment to see the Swagger UI.

This app creates an API backed by a Lambda. You can map a stage of this API to your custom domain to see the Swagger UI at https://example.com/api-docs/.