Please share your feedback, and questions if any below.
@rohits61212 жыл бұрын
Nice explanation of the microservices architecture 👍
@LoveQwertying Жыл бұрын
Simply explained. Like it.
@IshanSasanka Жыл бұрын
Well explained. Thank you :)
@sraj728410 ай бұрын
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!
@ArchitectureBytes10 ай бұрын
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.