Install DyanamoDB Local
loujaybee opened this issue · 2 comments
loujaybee commented
- Copy an existing installation file https://github.com/openupthecloud/open-cloud-dev-box/blob/main/install-aws-cli.sh
- Use https://github.com/openupthecloud/open-cloud-dev-box/pull/7/files for inspiration if needed
- Add installation steps for https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
- Ensure it's running by starting new workspace + running the java command
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
- Raise a pull request
keenson commented
I will have this ready by tomorrow.