UNPKG

rrcalvo-fix-athena-express

Version:

Athena-Express makes it easier to execute SQL queries on Amazon Athena by consolidating & astracting several methods in the AWS SDK

17 lines (13 loc) 199 B
language: "node_js" node_js: - "10" - "9" - "8" before script: #- "npm install athena-express" before_install: - "npm install" script: - npm start after_script: - npm run coveralls