Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created February 25, 2020 18:33
Show Gist options
  • Save brianleroux/7e9c5108f0d224946b059d021ae19c36 to your computer and use it in GitHub Desktop.
Save brianleroux/7e9c5108f0d224946b059d021ae19c36 to your computer and use it in GitHub Desktop.
// get the client
let data = await arc.tables()
// get the generated table names
let tables = await data.reflect()
// use the document client directly
data._doc.batchGet({TableName: tables.mytable ...})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment