Skip to content

Commit 67ec54e

Browse files
committed
Added script to scan order history view table #54
1 parent d67480d commit 67ec54e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scan-order-history-view.sh

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)