mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Convert function names to lowercase
Converts the function names in samples.yml to lowercase Signed-off-by: Grant Sheehan <gsheehan@gmail.com>
This commit is contained in:
parent
9af6ff61b4
commit
6dc9ffbfce
@ -3,17 +3,17 @@ provider:
|
||||
gateway: http://localhost:8080 # can be a remote server
|
||||
|
||||
functions:
|
||||
AlpineFunction:
|
||||
alpinefunction:
|
||||
lang: Dockerfile
|
||||
handler: ./AlpineFunction
|
||||
image: functions/alpine:0.6.5
|
||||
|
||||
ApiKeyProtected:
|
||||
apikeyprotected:
|
||||
lang: Dockerfile
|
||||
handler: ./AlpineFunction
|
||||
image: functions/api-key-protected:latest
|
||||
|
||||
CaptainsIntent:
|
||||
captainsintent:
|
||||
lang: Dockerfile
|
||||
handler: ./CaptainsIntent
|
||||
image: functions/captainsintent:latest
|
||||
@ -23,17 +23,17 @@ functions:
|
||||
handler: ./echo
|
||||
image: functions/faas-echo:latest
|
||||
|
||||
ChangeColorIntent:
|
||||
changecolorintent:
|
||||
lang: Dockerfile
|
||||
handler: ./ChangeColorIntent
|
||||
image: functions/alexa-leds:latest
|
||||
|
||||
CHelloWorld:
|
||||
chelloworld:
|
||||
lang: Dockerfile
|
||||
handler: ./CHelloWorld/src
|
||||
image: functions/helloc:latest
|
||||
|
||||
DockerHubStats:
|
||||
dockerhubstats:
|
||||
lang: Dockerfile
|
||||
handler: ./DockerHubStats
|
||||
image: functions/hubstats:latest
|
||||
@ -43,42 +43,42 @@ functions:
|
||||
handler: ./gif-maker
|
||||
image: functions/gif-maker:latest
|
||||
|
||||
HostnameIntent:
|
||||
hostnameintent:
|
||||
lang: Dockerfile
|
||||
handler: ./HostnameIntent
|
||||
image: functions/hostname-intent:latest
|
||||
|
||||
MarkdownRender:
|
||||
markdownrender:
|
||||
lang: Dockerfile
|
||||
handler: ./MarkdownRender
|
||||
image: functions/markdown-render:latest
|
||||
|
||||
NodeInfo:
|
||||
nodeinfo:
|
||||
lang: Dockerfile
|
||||
handler: ./NodeInfo
|
||||
image: functions/node-info:latest
|
||||
|
||||
Phantomjs:
|
||||
phantomjs:
|
||||
lang: Dockerfile
|
||||
handler: ./Phantomjs
|
||||
image: functions/phantomjs:latest
|
||||
|
||||
ResizeImageMagick:
|
||||
resizeimagemagick:
|
||||
lang: Dockerfile
|
||||
handler: ./ResizeImageMagick
|
||||
image: functions/resizer:latest
|
||||
|
||||
SentimentAnalysis:
|
||||
sentimentanalysis:
|
||||
lang: Dockerfile
|
||||
handler: ./SentimentAnalysis
|
||||
image: functions/sentimentanalysis:latest
|
||||
|
||||
WebhookStash:
|
||||
webhookstash:
|
||||
lang: Dockerfile
|
||||
handler: ./WebhookStash
|
||||
image: functions/webhookstash:latest
|
||||
|
||||
WordCountFunction:
|
||||
wordcountfunction:
|
||||
lang: Dockerfile
|
||||
handler: ./WordCountFunction
|
||||
image: functions/wordcount:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user