chilts / nice-route53

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

lib: fix bug when record list is paginated #10

Closed leorossi closed 8 years ago

leorossi commented 8 years ago

If response.NextRecordIdentifier is not set, the following call to listResourceRecordSets will have a malformed params.

Refs: #9

chilts commented 8 years ago

LGTM :shipit: :+1: :100: :beers:

chilts commented 8 years ago

At least, my cursory look says it's fine anyway.

leorossi commented 8 years ago

Enough for me! 👍