-
Notifications
You must be signed in to change notification settings - Fork 28
Support AWS SDK v3 #53
Copy link
Copy link
Open
Description
Instead of the entire aws-sdk library, we should be able to...
const { DynamoDB } = require("@aws-sdk/client-dynamodb")
const $db = new DynamoDB({ region: 'us-west-2' })
const DynamodbFactory = require('@awspilot/dynamodb')
const dynamodb = new DynamodbFactory($db)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels