{"id":20359420,"url":"https://github.com/saidsef/aws-dynamodb-local","last_synced_at":"2025-04-12T03:32:32.075Z","repository":{"id":46055156,"uuid":"97418392","full_name":"saidsef/aws-dynamodb-local","owner":"saidsef","description":"AWS DynamoDB Local","archived":false,"fork":false,"pushed_at":"2024-12-30T20:35:46.000Z","size":81,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T23:07:39.243Z","etag":null,"topics":["aws","aws-dynamodb","docker-image","dynamodb"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saidsef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":{"custom":["https://revolut.me/saidsef"]}},"created_at":"2017-07-16T23:55:00.000Z","updated_at":"2024-12-30T20:35:34.000Z","dependencies_parsed_at":"2024-02-12T02:23:50.912Z","dependency_job_id":"89b1a250-110f-4b89-84d2-bd26e5b4bcf0","html_url":"https://github.com/saidsef/aws-dynamodb-local","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidsef%2Faws-dynamodb-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidsef%2Faws-dynamodb-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidsef%2Faws-dynamodb-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidsef%2Faws-dynamodb-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saidsef","download_url":"https://codeload.github.com/saidsef/aws-dynamodb-local/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512648,"owners_count":21116652,"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","aws-dynamodb","docker-image","dynamodb"],"created_at":"2024-11-14T23:33:50.033Z","updated_at":"2025-04-12T03:32:32.051Z","avatar_url":"https://github.com/saidsef.png","language":"Dockerfile","funding_links":["https://revolut.me/saidsef"],"categories":[],"sub_categories":[],"readme":"# Docker DynamoDB Local [![CI](https://github.com/saidsef/aws-dynamodb-local/actions/workflows/docker.yml/badge.svg)](#kubernetes-deployment) [![Tagging](https://github.com/saidsef/aws-dynamodb-local/actions/workflows/tagging.yml/badge.svg)](#kubernetes-deployment) [![Release](https://github.com/saidsef/aws-dynamodb-local/actions/workflows/release.yml/badge.svg)](#kubernetes-deployment)\n\nBuild for [local AWS DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.UsageNotes.html)\n\n## AWS DynameDB\n\nAmazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models. Its flexible data model, reliable performance, and automatic scaling of throughput capacity, makes it a great fit for mobile, web, gaming, ad tech, IoT, and many other applications.\n\n## Components\n\n- OpenJDK v8+\n- [AWS DynamoDB Local](https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz)\n\n## Kubernetes Deployment\n\n```bash\nkubectl apply -k deployment/\n\n```\n\nOr, to deploy via argocd:\n\n```bash\nkubectl apply -f argocd/application.yml\n```\n\n```shell\naws --endpoint-url=http://dynamodb.[namespace].svc dynamodb list-tables --region local\n```\n\n## Docker Deployment\n\n```shell\ndocker run -d -p 8000:8000 docker.io/saidsef/aws-dynamodb-local:latest\n```\n\n## HowTo and Documentation\n\n```shell\naws dynamodb create-table \\\n  --table-name TableName  \\\n  --attribute-definitions \\\n    AttributeName=id,AttributeType=S --key-schema \\\n    AttributeName=id,KeyType=HASH \\\n  --provisioned-throughput ReadCapacityUnits=2,WriteCapacityUnits=2 \\\n  --endpoint-url http://dynamodb.[namespace].svc\n```\n\nIn the SDK set the client to:\n\n```shell\n    region: 'localhost',\n    endpoint: 'http://localhost:8000'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaidsef%2Faws-dynamodb-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaidsef%2Faws-dynamodb-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaidsef%2Faws-dynamodb-local/lists"}