gnokoheat / serverless-aws-athena-ui

Serverless AWS Athena UI - Simple & Easy query view of AWS Athena.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless-aws-athena-ui

GitHub GitHub repo size GitHub last commit

Serverless AWS Athena UI - Simple & Easy query view of AWS Athena.

Usage Steps

  1. Fill information into config.js and save it.
const config = {
    accessKeyId: "XXXXXXXXXXXXXXXXXXXXXX",
    secretAccessKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    region: "us-east-1",
    s3_bucket: "s3://xxxxxxxxxxxxxxxxxxxx",
    db_name: "xxxxxxxxxxxxxxxxxx",
    table_name: "xxxxxxxxxxxxxxxxxxx"
}
  1. Open athena_ui.html and click Get Athena Data button.

Include

  • AWS-sdk
  • Bootstrap4
  • Datatables

About

Serverless AWS Athena UI - Simple & Easy query view of AWS Athena.

License:MIT License


Languages

Language:HTML 62.2%Language:JavaScript 37.8%