An open API service indexing awesome lists of open source software.

https://github.com/gavinray97/athena-aws-minimal


https://github.com/gavinray97/athena-aws-minimal

Last synced: about 1 month ago
JSON representation

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.