{"id":15523970,"url":"https://github.com/kpavlov/dynalite-docker","last_synced_at":"2025-03-28T20:48:15.799Z","repository":{"id":152925296,"uuid":"251226364","full_name":"kpavlov/dynalite-docker","owner":"kpavlov","description":"Dynalite (DynamoDB Emulator) Docker Container with AWS CLI","archived":false,"fork":false,"pushed_at":"2020-04-07T07:00:19.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T06:35:20.568Z","etag":null,"topics":["aws-cli","aws-dynamodb","docker","dynalite","dynamodb"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kpavlov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["kpavlov"]}},"created_at":"2020-03-30T06:59:20.000Z","updated_at":"2020-04-07T07:00:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6ea99dc-a54b-44be-b578-94e9e3c85f63","html_url":"https://github.com/kpavlov/dynalite-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpavlov%2Fdynalite-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpavlov%2Fdynalite-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpavlov%2Fdynalite-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpavlov%2Fdynalite-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kpavlov","download_url":"https://codeload.github.com/kpavlov/dynalite-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246100489,"owners_count":20723469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-cli","aws-dynamodb","docker","dynalite","dynamodb"],"created_at":"2024-10-02T10:48:15.974Z","updated_at":"2025-03-28T20:48:15.772Z","avatar_url":"https://github.com/kpavlov.png","language":"Shell","funding_links":["https://github.com/sponsors/kpavlov"],"categories":[],"sub_categories":[],"readme":"# Dynalite (DynamoDB Emulator) Docker Container with AWS CLI\n\n[![](https://images.microbadger.com/badges/image/kpavlov/dynalite.svg)](https://microbadger.com/images/kpavlov/dynalite)\n[![](https://images.microbadger.com/badges/version/kpavlov/dynalite.svg)](https://microbadger.com/images/kpavlov/dynalite)\n\n[![DockerHub Badge](http://dockeri.co/image/kpavlov/dynalite)](https://hub.docker.com/r/kpavlov/dynalite)\n\nThis container runs [Dynalite][dynalite] (Amazon's DynamoDB emulator) with initialization script.\nAWS CLI is also installed.\n\nYou may mount a shell script as `/initdb.sh` to run custom commands after Dynalite instance is started.\nDon't forget to include `$AWS_CLI_OPTIONS` in `aws` command arguments, e.g.:\n\n~~~bash /initdb.sh\naws dynamodb list-tables $AWS_CLI_OPTIONS\n~~~\n\nBuild:\n\n    docker build --force-rm --no-cache -t kpavlov/dynalite .\n    \nRunning:\n\n    docker run --rm --name dynalite -p 8000:8000 --volume \"$(pwd)/test/initdb.sh:/initdb.sh\" -it kpavlov/dynalite \n    \nRunning in docker-compose:\n\n```dicker-compose.yml\nversion: '3.7'\n\nservices:\n  dynamodb:\n    image: kpavlov/dynalite\n    ports:\n      - '8000:8000'\n    volumes:\n    - ./test/initdb.sh:/initdb.sh\n```\n\nRun `test.sh` to try it.\n\n[cli-options]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.UsageNotes.html#DynamoDBLocal.CommandLineOptions\n[dynalite]: https://github.com/mhart/dynalite \"An implementation of Amazon's DynamoDB built on LevelDB\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpavlov%2Fdynalite-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpavlov%2Fdynalite-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpavlov%2Fdynalite-docker/lists"}