From 6dc9ffbfce2abd58a3cdde518fcd1fabd33e196e Mon Sep 17 00:00:00 2001 From: Grant Sheehan Date: Fri, 13 Oct 2017 22:15:33 +0000 Subject: [PATCH] Convert function names to lowercase Converts the function names in samples.yml to lowercase Signed-off-by: Grant Sheehan --- sample-functions/samples.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/sample-functions/samples.yml b/sample-functions/samples.yml index f87409f3..b0bed291 100644 --- a/sample-functions/samples.yml +++ b/sample-functions/samples.yml @@ -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