@infra-blocks/aws-dynamodb
v0.39.0
Published
A convenience wrapper over @aws-sdk/client-dynamodb and @aws-sdk/lib-dynamodb.
Readme
ts-aws-dynamodb
A convenience library wrapper around @aws-sdk/client-dynamodb and
@aws-sdk/lib-dynamodb. The wrapper offers:
- A type safe expression language that automatically handles the aliasing of attribute names and values.
- More conventional field names. Input and output fields use the more common
camelCaseJS/TS convention over thePascalCaseimposed by the AWS APIs. - Every client error is wrapped into a error adding description about which operation triggered the error.
- Pagination is provided for APIs that support it and exposed as
AsyncIterators.
