1 Answer
- Newest
- Most votes
- Most comments
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?
Relevant content
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 24 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
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.