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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南