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.893.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e81180176d14addb46f4fe59f68fd2cb476bc17098c24dec301aee09267325ef |
|
MD5 | 4ebdbfbfa9f8fbc3f1872ab0c37e49c5 |
|
BLAKE2b-256 | f16cd6ccafbf7ae8070e17f459ee565c9dcbcbf19ce1242a6ac51a1a501df573 |
Close
Hashes for pepperize.cdk_apigateway_swagger_ui-0.0.893-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 000baee4ad24e6cfcf3023538d22b6c4f8db20faa3fd91bdc58b9e2f12e781d8 |
|
MD5 | 0471f39dd32c71f057bdfdd068c6a5c3 |
|
BLAKE2b-256 | 031ddb329d1632f74d436a3bcf248c77543b7915497f1e6941abff489adb0120 |