Closed godu closed 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
Okay, I reviewed it and tested it, well done! Still, I made some adjustments:
lib-dynamodb
and client-dynamodb
, so nx builds them in orderpnpm default
command to be always in sync (could be improved by pre-commit hook)
Hi, just need the
@aws-sdk/client-dynamodb
binding.I'm not sure about some points :
@effect-aws/client-dynamodb
paginateQuery & paginateScan are missing.