Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhirockzz/funcy-azure-functions
Serverless Slack app using Azure Functions
https://github.com/abhirockzz/funcy-azure-functions
azure azure-functions faas functions java serverless slack
Last synced: 18 days ago
JSON representation
Serverless Slack app using Azure Functions
- Host: GitHub
- URL: https://github.com/abhirockzz/funcy-azure-functions
- Owner: abhirockzz
- Created: 2019-09-04T09:52:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T03:27:39.000Z (over 2 years ago)
- Last Synced: 2023-08-20T07:22:14.366Z (over 1 year ago)
- Topics: azure, azure-functions, faas, functions, java, serverless, slack
- Language: Java
- Homepage: https://dev.to/azure/funcy-a-serverless-slack-app-using-azure-functions-4m84
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `funcy` - a Serverless Slack app using [Azure Functions](https://azure.microsoft.com/en-in/services/functions/?wt.mc_id=funcyazurefunctions-github-abhishgu)
**funcy** is a Serverless webhook backend running on [Azure Functions](https://azure.microsoft.com/en-in/services/functions/?wt.mc_id=funcyazurefunctions-github-abhishgu). It serves as a trimmed down version of the awesome [Giphy for Slack](https://get.slack.help/hc/en-us/articles/204714258-Giphy-for-Slack). The (original) Giphy Slack app returns a bunch of GIFs for a search term and the user can pick one of them. **funcy** tweaks it a bit by simply returning a (single) random image for a search keyword using the [Giphy Random API](https://developers.giphy.com/docs/#operation--gifs-random-get).
For details, check out [the blog post](https://dev.to/azure/funcy-a-serverless-slack-app-using-azure-functions-4m84)