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).
- Host: GitHub
- URL: https://github.com/HarishKM7/aws-api-gateway-swagger-ui
- Owner: HarishKM7
- License: mit
- Created: 2021-01-21T16:50:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T04:02:52.000Z (11 months ago)
- Last Synced: 2024-08-09T02:15:20.643Z (8 months ago)
- Topics: aws-api-gateway, aws-lambda, aws-sam, node-js, swagger-ui
- Language: JavaScript
- Homepage: https://serverlessrepo.aws.amazon.com/applications/ap-south-1/324900372515/aws-api-gateway-swagger-ui
- Size: 45.9 KB
- Stars: 32
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - 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). (JavaScript)
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/.