0.0.10 • Published 2 years ago

cdk-custom-domain-lib v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago