Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sensedeep/onetable-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Nov 14, 2021
2 parents 1a7ab59 + b21804d commit 58b91fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ const Migrations = [
]

let client = new DynamoDB.DocumentClient()
// if using aws-sdk v3 the client needs to be wrapped in the Dynamo class
// let client = new Dynamo({ client: new DynamoDBClient({}) });

exports.handler = async (event, context) => {
let {action, args, config} = event
Expand Down

0 comments on commit 58b91fa

Please sign in to comment.