Skip to content

Instantly share code, notes, and snippets.

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