Skip to content

Instantly share code, notes, and snippets.

@kennovation1
Created May 2, 2019 20:53
Show Gist options
  • Save kennovation1/75ebcfb1e2df882b8aa1a37ecc30e867 to your computer and use it in GitHub Desktop.
Save kennovation1/75ebcfb1e2df882b8aa1a37ecc30e867 to your computer and use it in GitHub Desktop.
Example of attributes the DynamoDB automatically adds when a table is configured as a global table
{
"aws:rep:deleting": {
"BOOL": false
},
"aws:rep:updateregion": {
"S": "us-east-1"
},
"aws:rep:updatetime": {
"N": "1554766902.780001"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment