Very well explained, and informative video! Well done! Quick question - in 9:25, you have put together all the concepts explained in AWS. I see just a two way communication between the SQS and the lambda. Shouldn't the SQS be between the lambda and its respective database? Meaning, lambda is the producer, and the database is the consumer for the SQS? Thank you, keep up the great work!
Hi.. The SQS Queues are used here for asynchronous communication between Microservices (Lambda functions) - 3:32. In addition, databases cannot be consumers of SQS queue messages directly.
Please share your feedback, and questions if any below.
Nice explanation of the microservices architecture 👍
Simply explained. Like it.
Very well explained, and informative video! Well done! Quick question - in 9:25, you have put together all the concepts explained in AWS. I see just a two way communication between the SQS and the lambda. Shouldn't the SQS be between the lambda and its respective database? Meaning, lambda is the producer, and the database is the consumer for the SQS?
Thank you, keep up the great work!
Hi.. The SQS Queues are used here for asynchronous communication between Microservices (Lambda functions) - 3:32. In addition, databases cannot be consumers of SQS queue messages directly.
Well explained. Thank you :)