We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67480d commit 67ec54eCopy full SHA for 67ec54e
scan-order-history-view.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+export AWS_ACCESS_KEY_ID=id_key AWS_SECRET_ACCESS_KEY=access_key
4
+aws --region ignored --endpoint-url http://${DOCKER_HOST_IP:=localhost}:8000 dynamodb scan --table-name ftgo-order-history
5
0 commit comments