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

The current typing requires one to define the return type for all queries when initializing AthenaExpress. As one wants to execute different queries with different return types they would have...

When querying for records like following (shown as CSV export): ``` "content","created","record_url" "ابراهيم الذيفاني هذا من أروع الشباب جدآ ونشاطآ وعملآ منذ العام ٢٠١١م وهو بنفس النشاط والهمه في مجاله...

I have this issue when trying to use your package on aws lambda: EACCES: permission denied, open '/var/task/index.js this solution does not work: https://aws.amazon.com/premiumsupport/knowledge-center/lambda-deployment-package-errors/ because it yields another error on...

Hi all Apologies if this is not the right place to ask this, but I am wondering if there is straightforward way of adding parameter escaping for .quey()? Much like...

- Enhanced Tests (almost full coverage) - Fixed Issue: [CTAS Queries Don't Work](https://github.com/ghdna/athena-express/issues/10) - Conformed to strict Sonar and es-lint rules - Added ability to configure timeouts for both retry...

The advanced configuration for queries is missing in the type defs. Also the readme states that `pagination` is a string, which is not true (technically string and number work, but...

hi there, trying to use your example of a query config object as a parameter in the query function throws typescript errors! Should i just ignore the typescript errors? Also...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Hey, so long story short, I have a nodejs application which is deployed on an EKS cluster. All nodes have security policies to be able to access S3 directly without...