15 строки
315 B
YAML
15 строки
315 B
YAML
runtime: python39
|
|
service: notifier
|
|
|
|
handlers:
|
|
- url: /tasks/detect-intent
|
|
script: auto
|
|
# Header checks prevent raw access to this handler. Tasks have headers.
|
|
|
|
- url: /tasks/email-subscribers
|
|
script: auto
|
|
# Header checks prevent raw access to this handler. Tasks have headers.
|
|
|
|
includes:
|
|
- env_vars.yaml
|