Background process which will POST messages to a callback URL or execute SQL queries.
Messages are routed based off the messageAttributes.type value.
Messages are sent via a POST request to the callback URL.
"messageAttributes": { "type": "callback" }
| Key | Description | Value |
|---|---|---|
| Method | POST | |
| URL | Callback URL | messageAttributes.callback |
| Headers | Headers passed in request | { authorization } |
| Timeout | Callback response timeout | 15 |
| Data | Payload of the request | message |
Messages are inserted via a raw SQL query.
"messageAttributes": { "type": "query" }
| Key | Description |
|---|---|
SQS_EZQ_URL | SQS URL |
EZQ_VERBS | Comma separated list of SQL verbs to be executed if the message type is query. Defaults to INSERT. |
SECRET_PATH | Path of a Vault or AWS Secret Manager secret. |
Content type
Image
Digest
sha256:188b16d12…
Size
66.1 MB
Last updated
about 1 year ago
docker pull twentyfourg/ezq