Tag: Cloud

How to build a serverless event-driven workflow with AWS Glue and Amazon EventBridge?

Reading Time: 10 minutes AWS Glue is basically a data processing pipeline that is composed of a crawler, jobs, and triggers. This workflow converts uploaded data files into Apache Parquet format. In this blog, we will see how we can make use of the AWS Glue event-driven workflows to demonstrate the execution of the entire flow. With the use […]

How to translate chat messages in different languages in real time with Amazon Translate?

Reading Time: 10 minutes We are in the age of globalization! Nowadays many businesses are expanding their reach to wider audiences across the globe, which made the world a global village! Businesses across the globe require applications that are interoperable with multiple languages. So businesses have a need for scalable, reliable, and cost-effective solutions to create multilanguage-supported applications.  Traditional […]

How to migrate RDS MySQL database to RDS PostgreSQL database using AWS Database Migration Service(DMS)?

Reading Time: 7 minutes Do you want to migrate data from one type of DB engine (MySQL) to another type of DB engine(PostgreSQL) with little or no downtime? In today’s fast-paced environment, application, and database availability must be considered 24 hours a day, seven days a week. Some of your applications may be unable to tolerate substantial downtime while […]

Back To Top