Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Arora committed Aug 15, 2018
1 parent 235a0ba commit 8318d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

## Synopsis

athena-express makes it easier to execute SQL queries on Amazon Athena and returns the response in a neatly formatted JSON array.
athena-express makes it easier to execute SQL queries on Amazon Athena by chaining together a bunch of methods in the AWS SDK. This allows you to execute SQL queries **AND** fetch JSON results in the same synchronous call - well suited for web applications.


It's lightweight (~4KB uncompressed) and has zero dependencies.

Example:
##### Example:
![athena-express example](https://pbs.twimg.com/media/Dkne8s0U0AA4xwd.png)

## Motivation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "athena-express",
"version": "1.2.0",
"version": "1.2.1",
"description": "Athena-Express makes it easier to execute SQL queries on Amazon Athena by consolidating & astracting several methods in the AWS SDK",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 8318d83

Please sign in to comment.