项目作者: mlabouardy

项目描述 :
Serverlesss 9Gag Memes Function with OpenFaaS
高级语言: Go
项目地址: git://github.com/mlabouardy/memes-faas.git
创建时间: 2017-10-24T10:50:43Z
项目社区:https://github.com/mlabouardy/memes-faas

开源协议:

下载


functions/memes-9gag

Use this FaaS function to get the latest 9Gag memes.

Build the memes-9gag function

  1. $ faas-cli build -f ./stack.yml

Deploy the memes-9gag function

Note:
If pushing to a remote registry change the name from mlabouardy to your own Hub account.

  1. $ faas-cli push -f ./stack.yml
  2. $ faas-cli deploy -f ./stack.yml

Then invoke via curl, faas-cli or the UI.