PynamoDB icon indicating copy to clipboard operation
PynamoDB copied to clipboard

Model.exist() call describeTable is not able to connect Dynamodb Local, because it tries to look for .aws/credential default

Open vaimdev opened this issue 2 years ago • 0 comments

As mentioned in the subject. I am able to write data to dynamodb local as long as the table is created manually.

The describeTable api call trying to read the .aws/credential to establish the connection eventhough we tried to connect to dynamodb Local.

I am using pynamodb 5.3.4

vaimdev avatar Jan 17 '23 12:01 vaimdev