Created
February 25, 2020 18:33
-
-
Save brianleroux/7e9c5108f0d224946b059d021ae19c36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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