floydspace / effect-aws

🚰 Effectful AWS
https://floydspace.github.io/effect-aws/
MIT License
49 stars 4 forks source link

feat: add lib-dynamodb #26

Closed godu closed 9 months ago

godu commented 9 months ago

Hi, just need the @aws-sdk/client-dynamodb binding.

I'm not sure about some points :

paginateQuery & paginateScan are missing.

floydspace commented 9 months ago

hi @godu, thanks for another PR. I didn't even know that there is lib-dynamodb, marshal/unmarshal worked well to me so far, but let me think about peer deps, because I also needed it for implementing @effect-aws/core or @effect-aws/common to share some logic

floydspace commented 9 months ago

Okay, I reviewed it and tested it, well done! Still, I made some adjustments: