Skip to content

Commit

Permalink
doc: improve how-to-use
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatatsu committed Mar 31, 2024
1 parent 309095b commit b8c144f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const athenaQuery = new AthenaQuery(athena, {
db: "test-db",
workgroup: "test-workgroup",
catalog: "test-catalog",
outputLocation: "s3://path/to/query/bucket/",
});
```

Expand All @@ -67,6 +68,6 @@ const resultGen = athenaQuery.query(
`,
{
executionParameters: ["test", 123, 456n],
}
},
);
```

0 comments on commit b8c144f

Please sign in to comment.