mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Add awslambda to plugin.go
This commit is contained in:
parent
09a1f02971
commit
40a3a6b24f
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ var directives = []string{
|
||||||
"hugo", // github.com/hacdias/caddy-hugo
|
"hugo", // github.com/hacdias/caddy-hugo
|
||||||
"mailout", // github.com/SchumacherFM/mailout
|
"mailout", // github.com/SchumacherFM/mailout
|
||||||
"prometheus", // github.com/miekg/caddy-prometheus
|
"prometheus", // github.com/miekg/caddy-prometheus
|
||||||
|
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue