Issue with connecting DynamoDB as a datasource

A user from our community reported a few issues when connecting with DynamoDB, following is the conversations:

I have a new issue when simply fetching a dynamoDB that I did not have before, Execution failed with status 5000 for input string " ".

Here’s the error:

Capture d’écran 2022-06-08 à 10.39.15 (1)

AWS DyanmoDB SDK is trying to resolve the proxy port for unknown reasons. It appears to be anonymous to us. However, the team is working on finding the right fix for this problem. Till then, please use the following workaround:

Add the following snippet to the docker.env file and restart the docker container:

HTTP_PROXY=http://:0
HTTPS_PROXY=https://:0

We’ll fix this shortly, and update the community.

1 Like