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…
Month: December 2022
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
Amazon API Gateway
After reading this blog, you should be able to grasp what an Amazon API Gateway is, its architecture, benefits of it, how it operates and how to get start Amazon API Gateway with http API What is Amazon API Gateway? Amazon API Gateway is a web service that allows developers…
Overview of Amazon Redshift
We all must have heard or fantasized about the word “Data Warehousing” at some point of time. Though the name suggests a warehouse in it, it isn’t technically a warehouse. What is Data Warehousing? Data Warehousing refers to a system that reports and analyzes data of a particular organization. This…
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…
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)…