Hello! In my last blog I talked about Robot Motion Planning. I also gave you a brief introduction to UiPath and its service. Automation Cloud. This blog will take your knowledge of UiPath and its service Automation Cloud a step further. If you did not read it yet, you should do…
Category: Topics
A collection of topics in cloud computing.
Manual way of creating StoreFront APIs using Postman collection
Back to project Creating/Adding Request to collection Common Steps for Every Request If you highlight the collection you created, you can see an ellipses icon. Click on the ellipses icon, and you will see a menu which has an “add request” option in it. Click on it. JWT Token API…
AWS Serverless : API Gateway using Lambda
Topics Covered in this BLOG 1.What is an API ? 2.What is AWS API Gateway? 3.Who uses API Gateway? 4.Building an API Gateway using Lambda API API stands for “Application Programming Interface.” It is a set of rules and protocols that define how two or more software applications can interact…
Connecting to AWS Athena Database using Python
AWS Athena is a service that lets you build databases on and query the data from the data files stored on S3 storage buckets
Provisioning a Virtual Machine and other components in Azure using Python SDK
Summary: In this blog we will discuss about Provisioning Virtual Machine and few other components in Azure using Python SDK, instead of creating them from Azure portal. Installing Azure CLI and building a Virtual Environment in VS Code To build out a resource group to house the virtual machine and…
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 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…
Scheduling AWS Lambda Functions by configuring the CloudWatch Events, monitoring through CloudWatch Metrics and CloudWatch Logs.
The blog deals with the concepts of AWS Lambda function trigger by configuring the CloudWatch(EventBridge) events.
Azure File Share: Basic Management with Python SDK
Within Azure, file shares (fileshares) are one of the two chief systems of cloud storage, the other being blob storage. This guide will walk through an example of how the Python SDK can be used to manage your files in an Azure file share. We will walk through a Python…
Timer Trigger Operation ⏲️
Objective: To understand the working of Timer Trigger. In addition to building and invoking a python function schedule to print every 15s. Prerequisite: Python 3.8 – Python 3.10 (Python 3.11 is not supported yet.) Azure Core Tools – Download azure core tools from here VS Code Step 1: Open VS…