βš›οΈAWS Athena

Instructions for installation and configuration of AWS Athena Agent

AWS Athena is a serverless query engine, based on Presto, for querying data in Amazon S3.

Use this integration to build Indicators and Virtual Datasets on top of your databases defined in AWS Athena

Pre-requisites:

  • git

  • terraform-cli (> v1.2) : detailed installation instructions here

  • You Lariat API Key and Application Key. Contact someone on the Lariat Team to get these.

Download the Athena Terraform Installer

git clone [email protected]:lariat-data/terraform-lariat-athena-agent.git

Run the installation

LARIAT_API_KEY=<your_api_key> LARIAT_APPLICATION_KEY=<your_app_key> terraform apply

Last updated