aws-cdk-apigw-documentation
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

CI NPM version

aws-cdk-apigw-documentation

Collection of constructs for API Gateway Documentation parts.

Synopsis

import { ApiDocumentationPart } from "@aereal/aws-cdk-apigw-documentation";
import { RestApi } from "@aws-cdk/aws-apigateway";

const api = new RestApi(this, "Api");

ApiDocumentationPart.fromApi(api, { info: { title: "My API" } });

Installation

yarn add aws-cdk-apigw-documentation
npm i -D aws-cdk-apigw-documentation

License

MIT License

/aws-cdk-apigw-documentation/

    Package Sidebar

    Install

    npm i aws-cdk-apigw-documentation

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    248 kB

    Total Files

    80

    Last publish

    Collaborators

    • aereal