99x / 99x/serverless-dynamodb-local

Expose `--host` for docker-compose support

Open
#87 1 comment 9 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
621
Forks
232
PR merge metrics
No merged PRs in 30d

Description

If we have dynamodb-local running as a docker container and compose the services with docker-compose, we'd still like to use this package for the migrate functionality.
However, in a docker-compose scenario, dynamodb-local runs on a separate host and for this to work, this package would need to expose a `--host` option.

Is this something you'd consider exposing?

Contributor guide

Open the contributing guide

Research direction

Start by finding the migrate functionality and the existing command-line option parsing. Trace how the local DynamoDB host is currently selected, then verify that a --host value can target a separate service in a docker-compose setup. Done means the option is accepted and migration requests reach the configured host.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, javascript
Domain
cli, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.