Skip to content

Latest commit

 

History

History
 
 

aws-route53

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

AWS Route53

Provision AWS route53 definitions with serverless components

Input Types

Name Type Description
domainName string The domain name used in route 53
dnsName string The DNS name used in route 53
privateZone boolean Whether this is a private zone
vpcId string The VPC's Id
vpcRegion string The VPC's region

Output Types

Name Type Description
hostedZone object The hosted zone configuration
changeRecordSet object The change record set

Example

type: my-application
components:
  myAwsRoute53:
    type: aws-route53
    inputs:
      domainName: www.defaultdomain.com
      dnsName: d111111abcdef8.cloudfront.net
      vpcId: my-existing-vpc-id
      vpcRegion: mydefaultvpcregion