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

https://github.com/serverless-operations/serverless-dynamic-scheduler


https://github.com/serverless-operations/serverless-dynamic-scheduler

Last synced: 9 months ago
JSON representation

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"
}
}
```