0.0.10 • Published 1 year ago

cdk-custom-domain-lib v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

CDK - Custom Domain

This package is used to create a custom domain for an API Gateway Construct in AWS CDK.

API Reference

Classes

ApiGatewayCustomDomain

Initializers

import { ApiGatewayCustomDomain } from 'cdk-custom-domain-lib'

new ApiGatewayCustomDomain(stack: Stack, gateway: RestApi, domainName: string, subdomainName?: string)
NameTypeDescription
stackaws-cdk-lib.StackNo description.
gatewayaws-cdk-lib.aws_apigateway.RestApiNo description.
domainNamestringNo description.
subdomainNamestringNo description.

stackRequired
  • Type: aws-cdk-lib.Stack

gatewayRequired
  • Type: aws-cdk-lib.aws_apigateway.RestApi

domainNameRequired
  • Type: string

subdomainNameOptional
  • Type: string

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago