At work we use the amazon/dynamodb-local
docker for local DynamoDb.
However when I run aws dynamodb list-tables --endpoint-url http://localhost:8000 --region local
I get:
An error occurred (426) when calling the ListTables operation: Upgrade Required
whereas it works for my colleague (and same for other operations)
My colleague and I have the same docker images
and the same aws --version
... Any idea what could be wrong?