Athena-Express-Plus

JSON →
library 8.1.0 ·javascript
verified Jun 5, 2026

Athena-Express-Plus is a Node.js library (v8.1.0) that simplifies executing SQL queries in Amazon Athena and fetching cleaned-up JSON results. It wraps the AWS SDK v3 Athena and S3 clients, handling query initiation, polling, result retrieval from S3, and error retries (ThrottlingException, NetworkingError, TooManyRequestsException). Supports parameterized queries, pagination, streaming, and cost estimation. Actively maintained as a fork of the original Athena-Express, adding AWS SDK v3 support and dynamic parameters. Key differentiator: seamless JSON output and integrated error handling without manual API stitching.