Created
January 3, 2026 15:12
-
-
Save sebastianrothbucher/081085990c25f8a7206680e845fb6677 to your computer and use it in GitHub Desktop.
dynamodb-local start script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment