Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws-route53): L2 for alias record set #1131

Merged
merged 1 commit into from
Nov 12, 2018

Conversation

clareliguori
Copy link
Member

Alias record allows referring to the hosted domain either by ID (HostedZoneRef) or by name (string)

Supports pointing to ALB/NLB and CloudFront distribution for initial stab

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

@clareliguori clareliguori changed the title Route53 L2 for alias record feat(aws-route53): L2 for alias record set Nov 10, 2018
@clareliguori clareliguori force-pushed the route53-alias-record branch 2 times, most recently from 47b64f5 to 6d04d98 Compare November 10, 2018 19:29
]
});

new route53.AliasRecord(zone, 'Alias', {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ew, do records have to be constructed under the zone that they need to be created in?

That's not according to how we design most of the construct library. But the R53 library is quite old, so it makes sense that it's not up-to-date with the latest guidelines.

Not your problem.

@rix0rrr rix0rrr merged commit 72f0124 into aws:master Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants