You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`--arn-prefix` | `SNS_FORWARDER_ARN_PREFIX` | not specified | Prefix to use for SNS topic ARNs. If not specified, will try to be detected automatically.
46
46
47
+
## Customising messages with template
48
+
49
+
The app also supports [go templating language](https://golang.org/pkg/text/template/).
50
+
The feature was ported from [prometheus_bot](https://github.com/inCaller/prometheus_bot) and you can read more about this functionality in their [docs](https://github.com/inCaller/prometheus_bot#customising-messages-with-template).
51
+
52
+
The settings for using templates are available as the following flags or env vars.
0 commit comments