wp-local-docker-v2
wp-local-docker-v2 copied to clipboard
Snapshot unable add to AWS dynamodb
I'm loving this whole setup you've created. Unfortunately I've run into a bug when attempting to push a snapshot to AWS.
I encounter the following error:
Adding snapshot to database...
Error Message: Error executing "PutItem" on "https://dynamodb.us-east-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://dynamodb.us-east-1.amazonaws.com` resulted in a `400 Bad Request` response:
{"__type":"com.amazonaws.dynamodb.v20120810#ResourceNotFoundException","message":"Requested resource not found"}
ResourceNotFoundException (client): Requested resource not found - {"__type":"com.amazonaws.dynamodb.v20120810#ResourceNotFoundException","message":"Requested resource not found"}
AWS Request ID: HBRB6TAE4JNKQHN8JTQ1TR04BFVV4KQNSO5AEMVJF66Q9ASUAAJG
AWS Error Type: client
AWS Error Code: ResourceNotFoundException
Could not add snapshot to database.
Is there something I'm doing wrong on my end, or something I can change. Or is this a bug?