mso-net / lucee-aws

Lucee extension to provide simpler access to common AWS commands through the AWS SDK
MIT License
25 stars 6 forks source link

Improve Route53 to take advantage of ListHostedZoneByName and ListResourceRecordSets #20

Closed SimonHooker closed 9 years ago

SimonHooker commented 9 years ago

As per comment on http://www.strayegg.com/2015/08/20/lucee-aws-basic-route53-cfc/#comment-2207384134 check out the additional SDK methods on http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/route53/AmazonRoute53.html#listResourceRecordSets(com.amazonaws.services.route53.model.ListResourceRecordSetsRequest) that look like they will provide direct access to specific hosted zones along with getting lists of record sets in turn allowing simplified delete.