Skip to content

saswatkumarsahoo/athena-query-federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

athena-query-federation

This is an example terraform project to set up athena query federation usong dynamodb connector

How to run

Pre-requisites

Clone and Run

Clone this repo to your local directory and run the below commands from the root directory of this project

terraform plan
terrfaorm apply

Providers

Name Version
aws 4.56.0

Modules

No modules.

Resources

Name Type
aws_athena_data_catalog.dyanmodb-catalog resource
aws_dynamodb_table.movies_table resource
aws_dynamodb_table_item.movies_table_items resource
aws_s3_bucket.athena-spill-bucket resource
aws_serverlessapplicationrepository_cloudformation_stack.athena-dynamodb-connector resource
aws_caller_identity.current data source

Inputs

Name Description Type Default Required
athena_catalog_name n/a string "athena-dynamodb-catalog" no
aws_serverlessapplicationrepository_app_id n/a string "arn:aws:serverlessrepo:us-east-1:292517598671:applications/AthenaDynamoDBConnector" no
region n/a string "eu-west-1" no

Outputs

No outputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages