mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Add hey sample function
Signed-off-by: Kyle Brennan <kylos101@gmail.com>
This commit is contained in:
@ -46,6 +46,10 @@ functions:
|
||||
lang: go
|
||||
handler: ./haveibeenpwned
|
||||
image: functions/haveibeenpwned:0.13.0
|
||||
hey:
|
||||
lang: dockerfile
|
||||
handler: ./hey
|
||||
image: functions/hey:latest
|
||||
hostnameintent:
|
||||
lang: dockerfile
|
||||
handler: ./HostnameIntent
|
||||
|
Reference in New Issue
Block a user