Skip to content

Instantly share code, notes, and snippets.

@adhorn
Created May 24, 2018 13:14
Show Gist options
  • Save adhorn/cd15c271a05204712179cd27d6e07881 to your computer and use it in GitHub Desktop.
Save adhorn/cd15c271a05204712179cd27d6e07881 to your computer and use it in GitHub Desktop.
Filter ARN from DynamoDB table CLI query
aws dynamodb describe-table --table-name global2 --region us-east-1 --query "Table.LatestStreamArn"
"arn:aws:dynamodb:us-east-1:xxxxxxxxxxxx:table/global2/stream/2018-05-14T21:09:15.761"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment