Gammarers AWS SDK Extensions
Organization@gammarers-aws-sdk-extensions
4
Published Tools
0
Total Stars
0
Weekly Downloads
0
GitHub Followers
4
Public Repos
Published Tools
4 Skillsacross 1 categoryathena-query-execution-waiter
GitHub Actions
A small library that waits for an AWS Athena query execution to complete. It polls the Athena API until the execution reaches a terminal state: **SUCCEEDED**, **FAILED**, or **CANCELLED**.
...moreathena-query-result-collector
GitHub Actions
A TypeScript library that fetches AWS Athena query results via paging and supports bulk collection, streaming, and batch processing. It uses [athena-query-result-pager](https://www.npmjs.com/package/athena-query-result-pager) under the hood.
...moreathena-query-result-pager
GitHub Actions
Paginate AWS Athena query results with the AWS SDK v3. Fetches results page by page and supports raw rows or custom row parsing via [athena-query-result-parser](https://www.npmjs.com/package/athena-query-result-parser).
...moreathena-query-result-parser
GitHub Actions
A small TypeScript library that parses [Amazon Athena](https://aws.amazon.com/athena/) query result `ResultSet` objects (from `@aws-sdk/client-athena`) into header-based row objects. It handles metadata-driven headers, skips the header row when present, a
...more