Route53 Docs for Building this Plugin #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I developed
@root/request
to be perfectlyrequest
compatible, but without the dozens and dozens of dependencies. That's what all of the others use.For signatures I was looking at these two:
To be honest, I don't mind if the initial version uses the official AWS library just to get something out quickly, but if you can spare the trouble to figure out the signing by modeling after one of those and just do plain http from the start, that would be very nice.
I've added you to https://git.coolaj86.com/coolaj86/acme-dns-01-route53.js Feel free to change the package info to yourself as the primary author.
Once you've got something that works we'll tag it as v3.0.0 (to signal compatibility with the upcoming Greenlock v3) and I'll add you to the repo on npm.
Here are some relevant docs:
And yes, I'd like to keep it plain-old JavaScript. If it's easier for you to write in BabelScript, I can refactor later.