aws

cal 2024-06-20T16:04:16.571079Z

Hi! I'm thinking about using aws-api for DynamoDB Is there a library atop aws-api that does all the https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html, that Amazon's SDK provides? Or would such a library be an unwise undertaking, to begin with?

refset 2024-06-20T16:21:56.092719Z

I don't know enough to help, but does https://github.com/taoensso/faraday (which doesn't use aws-api) look limiting in some way?

cal 2024-06-20T16:25:28.208749Z

Thanks @taylor.jeremydavid! Yeah, I was just checking to see there was an alternative to Faraday & Amazonica I kind of like the independence from Amazon's SDK v1 vs v2, but yeah Faraday looks to have all the functions I'd want

👌 1