Skip to content

Instantly share code, notes, and snippets.

@shaykav
Created March 25, 2021 22:13
Show Gist options
  • Save shaykav/a832160d9313c9a972829b35969b96bc to your computer and use it in GitHub Desktop.
Save shaykav/a832160d9313c9a972829b35969b96bc to your computer and use it in GitHub Desktop.
import { DataMapper } from '@aws/dynamodb-data-mapper';
import { DynamoDB } from 'aws-sdk';
export const mapper = new DataMapper({
client: new DynamoDB({ region: 'us-east-1' })
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment