mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56: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
|
gateway: http://localhost:8080 # can be a remote server
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
AlpineFunction:
|
alpinefunction:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./AlpineFunction
|
handler: ./AlpineFunction
|
||||||
image: functions/alpine:0.6.5
|
image: functions/alpine:0.6.5
|
||||||
|
|
||||||
ApiKeyProtected:
|
apikeyprotected:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./AlpineFunction
|
handler: ./AlpineFunction
|
||||||
image: functions/api-key-protected:latest
|
image: functions/api-key-protected:latest
|
||||||
|
|
||||||
CaptainsIntent:
|
captainsintent:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./CaptainsIntent
|
handler: ./CaptainsIntent
|
||||||
image: functions/captainsintent:latest
|
image: functions/captainsintent:latest
|
||||||
@ -23,17 +23,17 @@ functions:
|
|||||||
handler: ./echo
|
handler: ./echo
|
||||||
image: functions/faas-echo:latest
|
image: functions/faas-echo:latest
|
||||||
|
|
||||||
ChangeColorIntent:
|
changecolorintent:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./ChangeColorIntent
|
handler: ./ChangeColorIntent
|
||||||
image: functions/alexa-leds:latest
|
image: functions/alexa-leds:latest
|
||||||
|
|
||||||
CHelloWorld:
|
chelloworld:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./CHelloWorld/src
|
handler: ./CHelloWorld/src
|
||||||
image: functions/helloc:latest
|
image: functions/helloc:latest
|
||||||
|
|
||||||
DockerHubStats:
|
dockerhubstats:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./DockerHubStats
|
handler: ./DockerHubStats
|
||||||
image: functions/hubstats:latest
|
image: functions/hubstats:latest
|
||||||
@ -43,42 +43,42 @@ functions:
|
|||||||
handler: ./gif-maker
|
handler: ./gif-maker
|
||||||
image: functions/gif-maker:latest
|
image: functions/gif-maker:latest
|
||||||
|
|
||||||
HostnameIntent:
|
hostnameintent:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./HostnameIntent
|
handler: ./HostnameIntent
|
||||||
image: functions/hostname-intent:latest
|
image: functions/hostname-intent:latest
|
||||||
|
|
||||||
MarkdownRender:
|
markdownrender:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./MarkdownRender
|
handler: ./MarkdownRender
|
||||||
image: functions/markdown-render:latest
|
image: functions/markdown-render:latest
|
||||||
|
|
||||||
NodeInfo:
|
nodeinfo:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./NodeInfo
|
handler: ./NodeInfo
|
||||||
image: functions/node-info:latest
|
image: functions/node-info:latest
|
||||||
|
|
||||||
Phantomjs:
|
phantomjs:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./Phantomjs
|
handler: ./Phantomjs
|
||||||
image: functions/phantomjs:latest
|
image: functions/phantomjs:latest
|
||||||
|
|
||||||
ResizeImageMagick:
|
resizeimagemagick:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./ResizeImageMagick
|
handler: ./ResizeImageMagick
|
||||||
image: functions/resizer:latest
|
image: functions/resizer:latest
|
||||||
|
|
||||||
SentimentAnalysis:
|
sentimentanalysis:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./SentimentAnalysis
|
handler: ./SentimentAnalysis
|
||||||
image: functions/sentimentanalysis:latest
|
image: functions/sentimentanalysis:latest
|
||||||
|
|
||||||
WebhookStash:
|
webhookstash:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./WebhookStash
|
handler: ./WebhookStash
|
||||||
image: functions/webhookstash:latest
|
image: functions/webhookstash:latest
|
||||||
|
|
||||||
WordCountFunction:
|
wordcountfunction:
|
||||||
lang: Dockerfile
|
lang: Dockerfile
|
||||||
handler: ./WordCountFunction
|
handler: ./WordCountFunction
|
||||||
image: functions/wordcount:latest
|
image: functions/wordcount:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user