When I run as per above I am getting following error
bishta2@MNM-NX9647WYYQ bookmyenvironment % docker run -d -p 8000:8000 amazon/dynamodb-local
93fa22c13b27688d6da31831b23237c00821ab96b5efb0f9b5030fc4854ff261
bishta2@MNM-NX9647WYYQ bookmyenvironment % docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
93fa22c13b27 amazon/dynamodb-local "java -jar DynamoDBL…" 3 seconds ago Up 3 seconds 0.0.0.0:8000->8000/tcp jolly_mirzakhani
bishta2@MNM-NX9647WYYQ bookmyenvironment % aws dynamodb create-table \
--table-name UnifiedTable \
--attribute-definitions AttributeName=pk,AttributeType=S AttributeName=sk,AttributeType=S \
--key-schema AttributeName=pk,KeyType=HASH AttributeName=sk,KeyType=RANGE \
--provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 \
--endpoint-url http://localhost:8000
Unable to locate credentials. You can configure credentials by running "aws configure".