Created
May 24, 2018 13:14
-
-
Save adhorn/cd15c271a05204712179cd27d6e07881 to your computer and use it in GitHub Desktop.
Filter ARN from DynamoDB table CLI query
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
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