athena-express icon indicating copy to clipboard operation
athena-express copied to clipboard

Athena-Express can simplify executing SQL queries in Amazon Athena AND fetching cleaned-up JSON results in the same synchronous or asynchronous request - well suited for web applications.

Results 32 athena-express issues
Sort by recently updated
recently updated
newest added

I created aws lambda handler using athena-express. ```js import { AthenaExpress } from 'athena-express'; import * as AWS from 'aws-sdk'; const ATHENA_WORK_GROUP_NAME = process.env.ATHENA_WORK_GROUP_NAME || ''; const GLUE_DATABASE_NAME = process.env.GLUE_DATABASE_NAME...

Having used this library a lot, I decided to create a PR regarding a feature and an issue that helped me most. 1. The feature I added is the built-in...