Category Archives: serverless

Code walkthrough for “funcy” – a Serverless Slack app using Azure Functions

In the previous blog, we explored how to deploy a serverless backend for a Slack slash command on to Azure Functions As promised, it’s time to walk through the code to see how the function was implemented. The code is … Continue reading

Posted in serverless | Tagged , , , , | 1 Comment

Build a Serverless API backend to deliver funny GIFs in Slack

Webhook backends are a popular use case for Serverless functions. FaaS (Functions-as-a-service) offerings make it relatively easy to provide an HTTP endpoint which hosts the Webhook logic which can be as simple as sending an email to something as entertaining … Continue reading

Posted in serverless | Tagged , , , , | 1 Comment