Created
November 26, 2019 14:30
-
-
Save Alex-Just/ec944aaf091ccaa5fbdaf5f4a1340389 to your computer and use it in GitHub Desktop.
This file contains 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_ACCESS_KEY_ID=X AWS_SECRET_ACCESS_KEY=X aws dynamodb list-tables --endpoint-url http://localhost:8000 --region x | |
AWS_ACCESS_KEY_ID=X AWS_SECRET_ACCESS_KEY=X aws dynamodb scan --table-name smpl_auth --endpoint-url http://localhost:8000 --region x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment