This is an example terraform project to set up athena query federation usong dynamodb connector
Clone this repo to your local directory and run the below commands from the root directory of this project
terraform plan
terrfaorm apply
Name | Version |
---|---|
aws | 4.56.0 |
No modules.
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 |
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 |
No outputs.