createLazyDynamoLoader(configuration: DynamoClientConfiguration): DynamoClientLoader
Creates the lazy DynamoDB SDK loader.
The literal import is deliberately inside load(): an application that
injects a client never resolves or imports the optional AWS SDK.
configuration: DynamoClientConfiguration
Settings passed to the native DynamoDBClient
A loader that imports and adapts the AWS SDK when used