chilts / nice-route53

A nicer API to Amazon's Route53.
Apache License 2.0
37 stars 20 forks source link

Attempting to delete a single record from a set deletes all records in the set #20

Closed derrell closed 6 years ago

derrell commented 6 years ago

Consider a set of records using the Weighted routing policy. There are multiple records with the same name but different SetIdentifier values. If a setIdentifier is provided in to delRecord, only that particular record should be deleted; not all with the given name.