Add hey sample function

Signed-off-by: Kyle Brennan <kylos101@gmail.com>
This commit is contained in:
Kyle Brennan 2020-03-29 17:36:57 -04:00 committed by Alex Ellis
parent c44cb74cc7
commit d55cba82f8

View File

@ -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