https://github.com/serverless-operations/serverless-dynamic-scheduler
https://github.com/serverless-operations/serverless-dynamic-scheduler
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serverless-operations/serverless-dynamic-scheduler
- Owner: serverless-operations
- Created: 2022-03-09T10:01:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:35:27.000Z (over 3 years ago)
- Last Synced: 2025-07-21T15:44:34.684Z (11 months ago)
- Language: TypeScript
- Size: 980 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Dynamic Scheduler
## Usage
Create a `.env` file from `.env.example`
- `INVOKER_ALPHA_WEBHOOK_URL`
- Set the webhook URL for slack
### Example request for invoker-alpha
The `invoker-alpha` sends a message to slack at the time it is scheduled.
The following request is an example POST request body to send to the API.
```json
{
"publishTime": 1645670700,
"channel": "invoker-alpha",
"parameters": {
"message": "Invocation test from invoker-alpha"
}
}
```