brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
599 stars 227 forks source link

Share AttributeValue type between amazonka-dynamodb and amazonka-dynamodb-streams #984

Closed endgame closed 3 months ago

endgame commented 5 months ago

When using streams, it's annoying to have to convert between two identical types. We should extract the definition to a third library, release it, then make amazonka-dynamodb and amazonka-dynamodb-streams re-export it.