Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 272 Bytes

File metadata and controls

executable file
·
17 lines (15 loc) · 272 Bytes

When running as command line:

./run.sh /scripts/rows.sql

For running as AWS Lambda:

export ROLE=<IAM role which has an access to Athena and S3>
./deploy.sh

Lambda expects the input event:

{
    "query": "select count(*) from test"
}