aws-samples / aws-lambda-ddns-function

Dynamically create Route 53 resource records using CloudWatch Events and Lambda
Apache License 2.0
236 stars 116 forks source link

Feature add loadbalancer #30

Open alxsey opened 6 years ago

alxsey commented 6 years ago

Added loadbalancers CNAME support as well as started split-horizon DNS support

jicowan commented 5 years ago

@alxsey, thanks for the contribution. This veers away from the purpose of the solutions which is to provide DDNS like functionality for EC2 instances. Can you create a separate PR for the split horizon DNS use case? I'm happy to merge that in.