La Crosse - A simple CLI tool to update DNS records on Amazon Route 53.
lacrosse [domain] [type] [record] [TTL] [aws profile]
Example:
lacrosse example.com A 93.184.216.34 300 default
- macOS or Linux based platform
- aws profile granted Route 53 read/write permission
go get github.com/lowply/lacrosse
Logs will be recorded in ~/.cache/lacrosse.log
file in JSON format.
$ git clone https://github.com/lowply/lacrosse.git
$ cd lacrosse
$ make
MIT
Sho Mizutani