{"id":18368849,"url":"https://github.com/rpstreef/tf-dynamodb","last_synced_at":"2026-04-29T17:04:03.657Z","repository":{"id":212011239,"uuid":"241045365","full_name":"rpstreef/tf-dynamodb","owner":"rpstreef","description":"Terraform AWS DynamoDB module","archived":false,"fork":false,"pushed_at":"2021-06-03T03:41:02.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T21:16:29.890Z","etag":null,"topics":["aws","dynamodb","dynamodb-database","terraform","terraform-module"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpstreef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-17T07:29:47.000Z","updated_at":"2021-06-03T03:40:39.000Z","dependencies_parsed_at":"2023-12-12T04:39:24.892Z","dependency_job_id":null,"html_url":"https://github.com/rpstreef/tf-dynamodb","commit_stats":null,"previous_names":["rpstreef/tf-dynamodb"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rpstreef/tf-dynamodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-dynamodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-dynamodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-dynamodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-dynamodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpstreef","download_url":"https://codeload.github.com/rpstreef/tf-dynamodb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpstreef%2Ftf-dynamodb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","dynamodb-database","terraform","terraform-module"],"created_at":"2024-11-05T23:27:39.701Z","updated_at":"2026-04-29T17:04:03.618Z","avatar_url":"https://github.com/rpstreef.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS DynamoDB module\n\n## About:\n\nAWS DynamoDB Terraform module that supports dynamic GSI's, LSI's, and table attributes.\n\nPlease note the ignore changes set by default to prevent change deployments to AWS, remove when needed:\n\n```terraform\nlifecycle {\n  ignore_changes = [\n    read_capacity,\n    write_capacity,\n    global_secondary_index,\n    local_secondary_index\n  ]\n}\n```\n\n## How to use:\n\n```terraform\nmodule \"dynamodb\" {\n  source = \"github.com/rpstreef/tf-dynamodb?ref=v1.0\"\n\n  resource_tag_name = var.resource_tag_name\n  namespace         = var.namespace\n  region            = var.region\n\n  dynamodb_table_name = var.dynamodb_table_name\n  hash_key            = var.dynamodb_hash_key\n  range_key           = var.dynamodb_range_key\n\n  attributes = [\n    {\n      name = var.dynamodb_hash_key\n      type = \"S\"\n    },\n    {\n      name = var.dynamodb_range_key\n      type = \"S\"\n    }\n  ]\n\n  global_secondary_index_map = [\n    {\n      name               = var.dynamodb_gsi_1_name\n      hash_key           = var.dynamodb_gsi_1_hash_key\n      range_key          = var.dynamodb_gsi_1_range_key\n      projection_type    = var.dynamodb_gsi_1_projection_type\n      write_capacity     = var.dynamodb_gsi_1_write_capacity\n      read_capacity      = var.dynamodb_gsi_1_read_capacity\n      non_key_attributes = null\n    }\n  ]\n}\n```\n\n## Changelog\n\n### v1.1\n- Added module on/off switch ``dynamodb_module_enabled``\n- Added full dynamodb output object\n\n### v1.0\n\nInitial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpstreef%2Ftf-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpstreef%2Ftf-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpstreef%2Ftf-dynamodb/lists"}