Azure Logic Apps to create an automated workflow to implement RSS feed of a website to email account.

Summary: In this blog we are going to create an automated workflow that integrates two services, an RSS feed for a website and an email account using Azure Logic Apps. What is Azure Logic Apps? Azure Logic Apps offers low-code/no-code tools for you to create highly scalable integration solutions for…

Using API Gateway to trigger a Lambda function to send messages to the Queue

In this blog, I’ll show you how to incorporate several AWS services into a simple, serverless workflow. The idea is to create an SQS queue, then using an HTTP API to trigger a Lambda function that sends messages to the queue. What is serverless computing? Serverless computing is a means of offering on-demand backend services. Users may use…

How To Create A Serverless REST API Gateway With Python And AWS Lambda

In this article, we’re going to create a REST API gateway endpoint which is going to invoke a lambda function and return JSON back to the client by doing the following:  Creating a API Gateway and Lambda function. Establishing a connection between Lambda function and API gateway. Managing access to…