How to Upload File to S3 using Python AWS Lambda

Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, and logging. Three components of AWS Lambda: A function. This is the actual code that performs the task. A configuration.…

AWS SQS using Boto3

What is AWS SQS? Aws SQS stands for Simple Queue Service. This Service provides the customer with a fully managed queue for storing messages as they travel between different applications or microservices. And enables you to decouple and scale distributed systems, and serverless applications. This service is very popular among…

Blog 3: AWS IoT cloud services

In this blog, we are going to learn about IoT services provided by Amazon Cloud Services. Introduction Internet of Things(IoT): Before getting to know about IoT services of AWS we must understand what IoT means. The term “Internet of things” (IoT) refers to physical objects (or groups of such objects)…

Azure Kubernetes Service (AKS)

What is Kubernetes? Kubernetes is a portable, adaptable open-source framework for containerized workload deployment, scaling, and management. Kubernetes abstracts away difficult container management and gives us declarative configuration to orchestrate containers in various computing environments. We have the same flexibility and convenience of use with this orchestration platform as we…

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…