Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DynamoDB client wrapper #6

Copy link
Copy link
@mwarman

Description

@mwarman
Issue body actions

Describe the story

Create a DynamoDBClient which serves as a wrapper around the AWS SDK DynamoDBClient and DynamoDBDocumentClient.

Acceptance criteria

GIVEN the app is constructing an instance of the DynamoDB client
WHEN no parameters are supplied to the constructor
THEN an instance of the client is created using the default configuration for the DynamoDBClient and the DynamoDBDocumentClient

WHEN the DynamoDBClientConfig is provided to the constructor
THEN the DyanamoDBClient instance is constructed using the supplied configuration

WHEN the marshallOptions are provided to the constructor
THEN the DynamoDBDocumentClient is constructed using the supplied configuration

WHEN the unmarshallOptions are provided to the constructor
THEN the DynamoDBDocumentClient is constructed using the supplied configuration

WHEN the DynamoDBClient and DynamoDBDocumentClient instances are constructed
THEN they are cached as singleton instances

Additional context

Add any other context about the story here.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestNew feature or requestrefineIssue needs refinementIssue needs refinement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.