@aesop-fables/containr-dynamofx
v0.3.6
Published
A collection of services and utilities to make DynamoDb development easier
Downloads
48
Readme
@aesop-fables/containr-dynamofx
Provides a common bootstrapping configuration for using DynamoDB in your Typescript applications (i.e., Triginta microservices).
Sample Usage
const container = createContainer([
useDynamo({
// optionally pass in anything you would to DynamoDB from @aws-sdk/client-dynamodb
})
myCustomModule,
])