Skip to content
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

Add support for dockerized DynamoDBLocal #64

Merged
merged 1 commit into from
Jan 21, 2022

Commits on Jan 13, 2022

  1. Add support for dockerized DynamoDBLocal

    This adds a new option  which if true starts DynamoDB
    using docker, e.g.
    docker run -d -p 8000:8000 amazon/dynamodb-local -jar DynamoDBLocal.jar -port 8000 -sharedDb -inMemory
    
    The docker executable may be customized using process.env.DOCKER_PATH, and the docker image through
    provess.env.DOCKER_IMAGE.
    
    Enabling support for docker resolves some issues with running the DynamoDB Java server on incompatible
    architectures such as Apple M1.
    henhal committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    32439ea View commit details
    Browse the repository at this point in the history