{"id":15871132,"url":"https://github.com/easyawslearn/terraform-aws-dynamodb","last_synced_at":"2025-03-16T04:30:33.736Z","repository":{"id":101733022,"uuid":"168087737","full_name":"easyawslearn/terraform-aws-dynamoDB","owner":"easyawslearn","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-29T04:38:12.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T04:54:09.517Z","etag":null,"topics":["aws","dynamodb","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/easyawslearn.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-01-29T04:16:20.000Z","updated_at":"2024-06-19T09:19:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4f48474-077a-48c7-bc40-f833bc4f5e8e","html_url":"https://github.com/easyawslearn/terraform-aws-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/easyawslearn%2Fterraform-aws-dynamoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyawslearn%2Fterraform-aws-dynamoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyawslearn%2Fterraform-aws-dynamoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyawslearn%2Fterraform-aws-dynamoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easyawslearn","download_url":"https://codeload.github.com/easyawslearn/terraform-aws-dynamoDB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801680,"owners_count":20350108,"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","dynamodb","terraform"],"created_at":"2024-10-06T00:41:55.514Z","updated_at":"2025-03-16T04:30:33.732Z","avatar_url":"https://github.com/easyawslearn.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nTerraform Module to provision a DynamoDB table with auto-scaling.\n\n\n# Terraform AWS DynamoDB\n\n## Overview\n\nTerraform Module to provision a DynamoDB table with auto-scaling.\n\n\n## Variables\n\n**source**: (String) the git repository of the central ecs service module with \"git::https//\" protocol\n\n**region**: (String) the region to deploy to\n\n**app_name**: (String) the name of DynamoDB table\n\n**Tag**: (String) Tag for the dynamoDb table\n\n**hash_key**: (String) The attribute to use as the hash key,A simple primary key of table\n\n**range_key**: (String) The attribute to use as the range key\n\n## Outputs\n\n**table_id**: id of the DynamoDb table\n\n**table_arn**: table arn of DynamoDb table\n\n**table_name**: table name of DynamoDb table\n\n**readpolicy**: read policy name created with DynamoDb table\n\n**writepolicy**: Write policy name created with DynamoDb table\n\n##Example\n\n#### main.tf\n\n```\nmodule \"AWS_Dynamodb_table\" {\n  source                       = \"git::ssh://git@git.cloud.sophos:7999/platform/central-ecs-dynamo-db.git?ref=develop\"\n  region                       = \"eu-central-1\"\n  app_name                     = \"my-table-name}\"\n  Tag                          = \"Name of the table\"\n  hash_key                     = \"hash_key_name\"\n  range_key                    = \"range_key_name\"\n}\n\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyawslearn%2Fterraform-aws-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasyawslearn%2Fterraform-aws-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyawslearn%2Fterraform-aws-dynamodb/lists"}