0
Fork 0
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:
James Cooper 2016-09-10 07:52:04 -07:00
parent 09a1f02971
commit 40a3a6b24f

View file

@ -432,6 +432,7 @@ var directives = []string{
"hugo", // github.com/hacdias/caddy-hugo
"mailout", // github.com/SchumacherFM/mailout
"prometheus", // github.com/miekg/caddy-prometheus
"awslambda", // github.com/coopernurse/caddy-awslambda
}
const (