Amazon Neptune, it is a graph-based database service from Amazon. This system made it easy to build and run applications that work with highly connected datasets. The core of Neptune is a purpose-built, high-performance graph database engine. This engine is optimized for storing billions of relationships and querying the graph…
Serverless Mass Emailing with AWS Lambda
AWS Lambda is a robust event-driven platform for serverless use-cases, one of which may be mass emailing. We will walk through the creation of such a function on AWS. We want to facilitate this sequence of events: A user uploads a .csv file with email data to cloud storage (we’ll…
Amazon MQ
Amazon MQ is a managed message broker service that makes it easy to migrate to a message broker in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols. Currently, Amazon MQ supports Apache ActiveMQ and RabbitMQ engine types. Creating and connecting to a…
Segregating files in AWS S3 Bucket using Lambda
Overview There are 5 steps to fulfil the exercise Create an S3 bucket. Create a Lambda function and add an s3 trigger to it. Update the S3 event notifications. Creating IAM roles to access and alter S3 bucket objects using lambda. Implement the logic to segregate files in the s3…
UiPath Automation Cloud
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…
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…