https://github.com/mlabouardy/memes-faas
Serverlesss 9Gag Memes Function with OpenFaaS
https://github.com/mlabouardy/memes-faas
docker faas openfaas serverless
Last synced: about 1 month ago
JSON representation
Serverlesss 9Gag Memes Function with OpenFaaS
- Host: GitHub
- URL: https://github.com/mlabouardy/memes-faas
- Owner: mlabouardy
- Created: 2017-10-24T10:50:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T18:55:11.000Z (over 8 years ago)
- Last Synced: 2025-01-15T18:40:43.881Z (over 1 year ago)
- Topics: docker, faas, openfaas, serverless
- Language: Go
- Size: 1.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## functions/memes-9gag
Use this FaaS function to get the latest 9Gag memes.
**Build the memes-9gag function**
```
$ 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.
```
$ faas-cli push -f ./stack.yml
$ faas-cli deploy -f ./stack.yml
```
Then invoke via `curl`, `faas-cli` or the UI.