{"id":18637823,"url":"https://github.com/engineerapart/aws-global-dynamodb","last_synced_at":"2025-11-04T14:30:35.665Z","repository":{"id":75535658,"uuid":"225258786","full_name":"engineerapart/aws-global-dynamodb","owner":"engineerapart","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-02T02:45:40.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T09:13:07.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engineerapart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-12-02T01:23:42.000Z","updated_at":"2019-12-02T02:45:42.000Z","dependencies_parsed_at":"2023-06-06T20:00:16.352Z","dependency_job_id":null,"html_url":"https://github.com/engineerapart/aws-global-dynamodb","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/engineerapart%2Faws-global-dynamodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerapart%2Faws-global-dynamodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerapart%2Faws-global-dynamodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerapart%2Faws-global-dynamodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineerapart","download_url":"https://codeload.github.com/engineerapart/aws-global-dynamodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239433909,"owners_count":19637806,"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":[],"created_at":"2024-11-07T05:37:58.416Z","updated_at":"2025-11-04T14:30:35.618Z","avatar_url":"https://github.com/engineerapart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Global DynamoDB\n\nProvision Global DynamoDB Tables in a few lines. Simply provide a list of regions where you want your table to be replicated and the component handles the rest :sparkles: You can also add or remove regions at any time.\n\nPowered by [Serverless Components](https://github.com/serverless/components) :zap:\n\n# Contents\n\n- [Install](#1-install)\n- [Create](#2-create)\n- [Configure](#3-configure)\n- [Deploy](#4-deploy)\n\n### 1. Install\n\n```shell\n$ npm install -g serverless\n```\n\n### 2. Create\n\nJust create a `serverless.yml` file\n\n```shell\n$ touch serverless.yml\n$ touch .env      # your AWS api keys\n```\n\n```\n# .env\nAWS_ACCESS_KEY_ID=XXX\nAWS_SECRET_ACCESS_KEY=XXX\n```\n\n### 3. Configure\n\n```yml\n# serverless.yml\n\nmyGlobalTable:\n  component: \"aws-global-dynamodb\"\n  inputs:\n    tableName: myGlobalTable\n    replicationGroup:\n      - \"eu-west-1\"\n      - \"us-west-1\"\n    attributeDefinitions:\n      - AttributeName: id\n        AttributeType: S\n    keySchema:\n      - AttributeName: id\n        KeyType: HASH\n```\n\n### 4. Deploy\n\n```shell\n$ serverless\n```\n\n### New to Components?\n\nCheckout the [Serverless Components](https://github.com/serverless/components) repo for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineerapart%2Faws-global-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineerapart%2Faws-global-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineerapart%2Faws-global-dynamodb/lists"}