Convert apikeyprotected-secret to apikey-secret with proper Golang template

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2018-03-05 15:15:35 +00:00
parent 56e8c5b211
commit ab33d80654
5 changed files with 75 additions and 7 deletions

View File

@ -10,10 +10,10 @@ functions:
environment:
fprocess: "cat"
apikeyprotected:
lang: dockerfile
handler: ./AlpineFunction
image: functions/api-key-protected:latest
apikey-secret:
lang: go
handler: ./apikey-secret
image: functions/apikey-secret:0.1
captainsintent:
lang: dockerfile