https://github.com/exzyle/exzyle-hitman
An AWS lambda function that allows developers to schedule recurring GET hits on web endpoints.
https://github.com/exzyle/exzyle-hitman
Last synced: 10 months ago
JSON representation
An AWS lambda function that allows developers to schedule recurring GET hits on web endpoints.
- Host: GitHub
- URL: https://github.com/exzyle/exzyle-hitman
- Owner: ExZyle
- Created: 2020-01-18T06:35:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:13:34.000Z (over 3 years ago)
- Last Synced: 2025-05-14T20:44:10.396Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exzyle Hitman
[](https://travis-ci.com/ExZyle/exzyle-aparatus)


[](https://opensource.org/licenses/GPL-3.0)
[](https://tradingview.com/u/ExZyle)
Exzyle-Hitman is an `AWS lamda function` that allows `developers` to `schedule recurring GET hits on web endpoints`.
## Prerequisites
Before you begin, ensure you have met the following requirements:
* You have installed the latest version of `node`
* Have an Amazon Web Services (AWS) account
* Understand AWS lambda function and AWS Cloudwatch Events
* Familiar with [claudiajs](https://www.claudiajs.com/)
## Installing exzyle-hitman
To install exzyle-hitman, follow these steps:
Using `npm`:
```
npm i exzyle-hitman
```
## Using exzyle-hitman
To use exzyle-hitman follow these steps:
1. Configure the `env.json` file with the target you want hit.
2. Publish `exzyle-hitman`.
3. Let the hits playout!
## Contributing to exzyle-hitman
To contribute to exzyle-hitman, follow these steps:
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to the original branch: `git push origin /`
5. Create the pull request.
Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## Contributors
Thanks to the following people who have contributed to this project:
* [@exzyle](https://github.com/exzyle) 💻📖⚠️
## Contact
If you want to contact me you can reach me on TradingView [@ExZyle](https://tradingview.com/u/ExZyle).
Alternatively try reaching out on twitter [@ExzyleFreedom](https://twitter.com/ExzyleFreedom).
## License
This project uses the following license: [GNU General Public License version 3](https://choosealicense.com/licenses/gpl-3.0/).