Mike Slinn
Mike Slinn
I just discovered that #11 is the source of the problem, and the same error occurs a second time (on line 31) in the script: printf -v QUERY 'HostedZones[?Name ==...
Without seeing your code I have no idea. Not volunteering to spend time doing that, however.
I did not see any instructions to run this: pip install -U certbot-route53 But I see that command appears to install useful utilities, such as `certbot-route53` and `certbot-dns-route53`. Are the...
This is a useful pull request, however it was submitted nearly 2 years ago but no action was taken and no comment made. Is this project dead?
Excellent!
That is nice to know, but there must be a workaround because CloudBerry works. Need to figure that out somehow. Thanks for your help.
Thanks! A comment like this on the test might be helpful, or even a short testing section in the README: "You have to run a local dynamodb instance - see...
Thank you, I'm working on adding CloudFront (https://github.com/mslinn/AWScala). Will issue a PR when ready. I also cleaned up some other things. I do not understand what the problem is re....
Here is a quick and dirty way to make a modal dialog that can expand to fill 90% of the available window: ```html Hello, world! Content is here Close ```