ReCiter
ReCiter copied to clipboard
Add support for dynamodb local for arm architecture
So a little back story - I bought a new Apple laptop M2 MacBook and tried to install ReCiter locally but was getting error since OS architecture has changed from amd64
to arm64
.
I have added a jar to native-libs
folder which takes care of this issues with machine using arm64
architctures.
Cheers!
Given that this only affects DynamoDB local, which ReCiter production at WCM doesn't use, it seems low risk to approve this, so I am proceeding with the approval.
@sarbajitdutta - On second thought, why didn't you push this into the "development" branch first? (By the way, thanks for this commit.)