SQS Queues {{ if .prefix }} matching prefix: {{ .prefix }} {{ end}}
Queue name | DLQ name | {{ range .rows }} {{ template "home-row" . }} {{ end }}
---|
{{ define "home" -}}
Queue name | DLQ name | {{ range .rows }} {{ template "home-row" . }} {{ end }}
---|
{{ .Message }}
{{else if .Link }} {{ .Link.Text }} {{ else }} {{/* Bound queues: 3 named lists */}} {{ if eq (len .Links) 3 }} {{ if index .Links 0 }}Bound queues
{{end }}Allowed source queues using another DLQ
{{end }}Allowed source queues not declaring a DLQ or with another prefix
{{ end}}