-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot launch DynamoDB on Mac M1 architecture #277
Comments
👍 |
1 similar comment
+1 |
Can confirm this issue |
This module uses |
I'm having the same issue. Are there any plans to provide the missing SQLite libraries in the future or do I just need to start using docker to test locally? |
I think the necessary fix has been implemented in dynamodb-localhost with 99x/dynamodb-localhost#64 Is there anyone maintaining this project and willing to make a new release to get the necessary changes included? Now the readme of this project as been already updated to indicate that docker support is in place, but thats not the case for the latest version available from npm. |
@AshanFernando would it be possible to create a new release for this? |
Same issue here, when running via Docker or Java. Been searching for a workaround for the past three hours, but unfortunately nothing has come up. If anyone knows a workaround, or a fix, it'd be really appreciated. |
@VirtualVirtuoso It's a shame this pair of PRs seem to have got stuck. All that's needed is that In the meantime, could a workaround for you be to manually start DynamoDB directly using |
@henhal I can merge the PRs, but let me check who has the credentials for publishing to NPM and sort it out. |
Bumping this since I am stuck by the same issue. Appreciate you! |
Any update on this? Currently stuck on this issue. |
@helenabenatar, @VirtualVirtuoso, @RyanCCollins, @terozio, @ikeller96, @StampixSMO, @AndrewKeig, @patricksalazar Hi all,
There are two ways to use the forks: 1. Reference my forked package on NPMReplace your devDependency to
NOTE Since serverless references plugins by name declared in
Note also that using 2. Reference fork directly via
|
I have a M1 machine and this package work perfect with the option inMemory. |
I recently installed this and all works fine, well done all.. |
Actual Behaviour
When running dynamodb locally on my Macbook M1 Pro 2021 I get an unsatisifed link due to sqlite libs not being available for my archiecture:
Expected Behaviour
Should start DynamoDB java program
Steps to reproduce it
Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.
LogCat for the issue
Provide logs for the crash here
Screenshots of the issue
Where-ever possible attach a screenshot of the issue.
Would you like to work on the issue?
Please let us know if you can work on it or the issue should be assigned to someone else.
The text was updated successfully, but these errors were encountered: