Rafael Bandeira

Results 5 comments of Rafael Bandeira

Some objective considerations on API design, things may vary as you have more understanding of the underlying domain than I do: - Names should be in plural form so endpoints...

From a release management standpoint, assuming the functionality of the RESTful endpoints is equivalent to existing endpoints, and thus doesn't require changes to the existing domain, just to the HTTP...

You might be running into either of these 2 problems: - `sns.sign` uses `SignatureVersion=2` which is not supported by SNS. You need to use version 4. https://github.com/smartystreets/go-aws-auth has this implemented...

There are a couple of fixes to make this work, mainly the curl logging on failure and the json for query on `?source=`. Please review https://github.com/karmi/retire/pull/964

ran into this myself: ☑️ sudo docker pull from host ❌ deployment docker pull from coolify and had to copy the root credentials over to the configured user, the server...