https://github.com/gavinray97/athena-aws-minimal
https://github.com/gavinray97/athena-aws-minimal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gavinray97/athena-aws-minimal
- Owner: GavinRay97
- Created: 2022-01-04T00:25:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T20:29:58.000Z (over 4 years ago)
- Last Synced: 2026-04-14T21:37:36.201Z (3 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use:
1. Configure `.env` file with correct values
2. Run `npm install`
3. Run `npm run dev`
4. It will run the `TEST_QUERY` defined at the top of `./src/index.ts`
5. If any errors occur, they will be logged, otherwise the result will be printed
6. The `index.ts` file is watched. Saving the file triggers an automatic re-run.