lexicon icon indicating copy to clipboard operation
lexicon copied to clipboard

[Required help] How to add multiple records in ROUTE53

Open ravichandra22 opened this issue 6 years ago • 1 comments
trafficstars

HI,

Please help me how to add multiple records using lexicon to aws route53 records.

I have tried

  1. lexicon route53 create test-domain.xyz NS --name test-ns --content test1 --content test2

It's updating only test2.

  1. lexicon route53 create test-domain.xyz NS --name test-ns --content test1 lexicon route53 create test-domain.xyz NS --name test-ns --content test2

even in this way its picking only test2.

can you help my how to add multiple records.

ravichandra22 avatar Dec 06 '18 15:12 ravichandra22

Hey @ravichandra22 unfortunately record-set support is currently broken for Route53. Someone was working on it in https://github.com/AnalogJ/lexicon/pull/309 but the work was not completed.

I'm more than happy to accept PR's.

AnalogJ avatar Feb 25 '19 23:02 AnalogJ