Closed eth-limo closed 2 years ago
@aymanbagabas I think the AWS SDKv2 refactor broke this interface.
@eth-limo checkout the upgrade
branch. I'm still testing it out.
@eth-limo tested the upgrade
branch and was able to generate certificates. I'll make a release and close related issues.
I created a fork of
libdns/route53
in order to test some of the recent bug fixes (https://github.com/libdns/route53/issues/7, https://github.com/libdns/route53/pull/12) and I ran across this error:For testing purposes I pinned
libdns/route53
to v1.2.1-0.20220707195619-cc1414081972 which includes an upgrade to the AWS SDK and a few other fixes.I'm building Caddy with the following command:
I'm assuming this will be an issue once this project upgrades
libdns/route53
tov1.2.1
.Thanks!