chilts / nice-route53

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

added support for weighted routing policy #18

Closed raidlman closed 6 years ago

raidlman commented 6 years ago

Added support to optionally add a weighted routing policy by adding setIdentifier : '<SetIdentifier>' and weight : <Weight> to the args object. SetIdentifier is of type string and Weight is of type long.

chilts commented 6 years ago

Awesome thanks! :+1:

chilts commented 6 years ago

Released as v1.1.0 to npm.