Skip to content

Instantly share code, notes, and snippets.

@sebastianrothbucher
Created January 3, 2026 15:12
Show Gist options
  • Select an option

  • Save sebastianrothbucher/081085990c25f8a7206680e845fb6677 to your computer and use it in GitHub Desktop.

Select an option

Save sebastianrothbucher/081085990c25f8a7206680e845fb6677 to your computer and use it in GitHub Desktop.
dynamodb-local start script
#!/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