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