Hello all, I'm new here and to the language, though I've been hanging around the Gitter for a couple weeks.
In my attempt to learn and create something useful I made https://github.com/Gooseus/nimaws
It has a useable (not at all perfect) Signaturev4 request signing module, an AwsClient which signs and dispatches async AWS requests and an S3 module with some specific methods for sending async S3 API requests.
I saw that https://github.com/aidansteele/aws_sdk.nim already existed, but when I reached out Aidan said they hadn't been coding any nim for awhile and were willing to mark the repo inactive and forward people on to nimaws.
I tried to publish to Nimble already, but got a ProtocolError, so until that's worked out I figured I would submit it for approval in the forum here. What do you all think? Something useful that could be built on easily? Or is there a better design in another AWS SDK you prefer?
Let me know, glad to be here and hoping to learn what I can and contribute where I can.
Thanks!