You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That does look like a mistake - thanks for reporting it. We'll look into it and if that's right, it should be a simple fix that we can release a patch for soon.
Big segment data does not populate the DynamoDB when you use this configuration combination:
ENV_DATASTORE_TABLE_NAME="table-name-$CID"
USE_DYNAMODB="true"
You end up with this in the logs:
That’s an AWS error from calling DynamoDB GetItem with a blank
TableName
.I think the issue is that on this line you’re using the table name from
allConfig
and notenvConfig
.Apart from the big segments everything else has been functioning fine with this Relay Proxy.
Perhaps big segments only works with DynamoDB if you use a single table for all environments?
The text was updated successfully, but these errors were encountered: