Skip to content

Instantly share code, notes, and snippets.

@robzhu
Created May 2, 2019 18:09
Show Gist options
  • Save robzhu/560fc553604e3f1484b8c4dcc8a3b0e1 to your computer and use it in GitHub Desktop.
Save robzhu/560fc553604e3f1484b8c4dcc8a3b0e1 to your computer and use it in GitHub Desktop.
DynamoDB.put({ TableName, Item: {
id: "1234",
name: "carl",
friends: ["meatwad", "frylock", "shake"],
version: 1,
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment