DynamoDB local sharedDb option doesn't appear to still work

0

A recently published version of DynamoDB local (published within the last 3 months) appears to have broken the use case where -sharedDb is omitted. In this mode, we should expect DynamoDB creates a database for each AWS key ID and region. This previously worked using the latest version as of August 29th 2022, but no longer works (everything routes to the same DB, and it may result in errors such as ResourceInUseException: Cannot create preexisting table).

How can I report this issue to AWS while on the Basic support plan?

已提问 1 年前209 查看次数
1 回答
1

Hi, Thanks for creating this issue. Can you please provide me with the DynamoDB Local package versions you are referring to. Also how are you using Local, with Docker or another method?

profile pictureAWS
专家
已回答 1 年前
  • Hi Leeroy, and thanks for your response.

    I'm using local (.jar).

    It works on 1.17.2, but doesn't work on 1.20.0. Based on how it behaves, I suspect this is related to whatever code outputs the key for the table to query (i.e. the creation of myaccesskeyid_region.db).

    I found these versions by reverse engineering parts of .jar files which I had downloaded previously as the latest version. Do you know where the list of all the versions available to download is, and I can try bisecting them to identify the breaking version.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则