{"id":22199266,"url":"https://github.com/babbel/terraform-aws-athena","last_synced_at":"2025-07-27T02:32:01.091Z","repository":{"id":38196248,"uuid":"344860693","full_name":"babbel/terraform-aws-athena","owner":"babbel","description":"Terraform module creating a Glue table, an Athena workgroup and an S3 bucket for the workgroup","archived":false,"fork":false,"pushed_at":"2024-07-11T09:59:39.000Z","size":65,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":42,"default_branch":"main","last_synced_at":"2024-07-11T11:28:28.738Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/babbel/athena/aws","language":"HCL","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/babbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-05T15:58:51.000Z","updated_at":"2024-07-11T09:59:42.000Z","dependencies_parsed_at":"2024-01-02T17:28:58.623Z","dependency_job_id":"8b120ae2-8d65-49e6-8c5a-d7cfe2763f6a","html_url":"https://github.com/babbel/terraform-aws-athena","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-athena","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-athena/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-athena/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-athena/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babbel","download_url":"https://codeload.github.com/babbel/terraform-aws-athena/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227750210,"owners_count":17814129,"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","terraform","terraform-module"],"created_at":"2024-12-02T15:13:47.752Z","updated_at":"2024-12-02T15:13:48.676Z","avatar_url":"https://github.com/babbel.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athena\n\nThis module creates resources for querying with Athena.\n\nThe resources are: an Athena workgroup and an S3 bucket to keep\nthe workgroup's data. No table schema is created. This has to be done manually\nby AWS console (cd. https://docs.aws.amazon.com/athena/latest/ug/creating-tables.html).\n\nThe bucket uses [default server-side encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-encryption.html) with [Amazon S3-Managed Keys](https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html).\n\nFor example a DML query creating a table supporting the ALB log format is\nprovided by [this documentation](https://docs.aws.amazon.com/athena/latest/ug/application-load-balancer-logs.html).\n\n## Example\n\n```tf\nmodule \"alb-athena-example\" {\n  source  = \"babbel/athena/aws\"\n  version = \"~\u003e 3.0\"\n\n  name             = \"alb-logs-example-production\"\n  workgroup_bucket = \"athena-workgroup-alb-logs-example-production\"\n\n  resource_specific_tags = {\n    s3_bucket = {\n      owner = \"athena\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-athena","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabbel%2Fterraform-aws-athena","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-athena/lists"}