Add SwaggerUI to your AWS Apigateway RestApi
Project description
CDK Apigateway SwaggerUI
Add SwaggerUI to your AWS Apigateway RestApi
Install
TypeScript
npm install @pepperize/cdk-apigateway-swagger-ui
or
yarn add @pepperize/cdk-apigateway-swagger-ui
Python
pip install pepperize.cdk-apigateway-swagger-ui
C# / .Net
dotnet add package Pepperize.CDK.ApigatewaySwaggerUi
Java
<dependency>
<groupId>com.pepperize</groupId>
<artifactId>cdk-apigateway-swagger-ui</artifactId>
<version>${cdkApigatewaySwaggerUi.version}</version>
</dependency>
Usage
import { Stack } from "aws-cdk-lib";
import * as apigateway from "aws-cdk-lib/aws-apigateway";
import { SwaggerUi } from "@pepperize/cdk-apigateway-swagger-ui";
const stack = new Stack();
const restApi = new apigateway.RestApi();
new SwaggerUi(stack, "SwaggerUI", { resource: restApi.root });
- Open your SwaggerUI:
https://<rest api id>.execute-api.<aws region>.amazonaws.com/<stage>/api-docs/swagger-ui.html
- View your API docs:
https://<rest api id>.execute-api.<aws region>.amazonaws.com/<stage>/api-docs.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for pepperize.cdk-apigateway-swagger-ui-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 627d897e01677ec2bd9a0a1ab5845ae0673e414c8cc033f78ce17e449bea5812 |
|
MD5 | b70549874ef451ab656e5d5eb466780f |
|
BLAKE2b-256 | 8abca7ad1db92bbfdb89c91f5e23cc6a9d66961b05a375e833d63ad9830f9065 |
Close
Hashes for pepperize.cdk_apigateway_swagger_ui-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a4299a52a8b7fb5c54f19dcf9b5631b6836940bca5d09aee645f22c30087d5a |
|
MD5 | dd65a9ea1f902e87e73a5b33c0cee5d4 |
|
BLAKE2b-256 | 591033b695580443f2a465d50fab3afabf6251ee07ba410b730374ef60247879 |