Hey Manoj, These are some quality videos. You should have more views than other crappy youtube videos which provide repetitive programming stuff. Keep going. Your videos helped me to achieve the AWS SAA exam as well.
Job well done!. simple and articulate explanation. the only thing i would add is the API GATEWAY which was "given" to your solution freely and seamlessly other than that - great show of the case study
Once api send the data to AWS it returns the response to the front end right? If that is the case how dead letter queue message will be communicated to the front end?
Please publish part 03 :) thx I had an error using require of AWS SDK. I had to change header : const SQS = require('aws-sdk/clients/sqs'); const sqs = new SQS(); TO const AWS = require('aws-sdk'); const sqs = new AWS.SQS({apiVersion: '2012-11-05'});
Crisp and perfect example with super awesome explanation
Hey Manoj, These are some quality videos. You should have more views than other crappy youtube videos which provide repetitive programming stuff. Keep going. Your videos helped me to achieve the AWS SAA exam as well.
You are excellent sir, your aws videos are very informative and very easy to understand.
Helped me to fix an issue. Thank you for the good work!!
Job well done!. simple and articulate explanation.
the only thing i would add is the API GATEWAY which was "given" to your solution freely and seamlessly
other than that - great show of the case study
Very nicely explained
Thank you for this. Helped me a great time understanding how SQS works.
You are welcome!
Awesome explanation! much appreciated
thank you sir!!
Hi, I was looking for scenario when SQS hosting region is down. How can we handle queue content and failover to another region SQS ?
Once api send the data to AWS it returns the response to the front end right? If that is the case how dead letter queue message will be communicated to the front end?
Great video Manoj as always. btw how did you customize your terminal?
Hi Manoj, great video! Do you have a tutorial about creating the queues on yaml file to not be necessary create they manually?
Amazing..!!
Thanks a lot!
Please publish part 03 :) thx
I had an error using require of AWS SDK.
I had to change header :
const SQS = require('aws-sdk/clients/sqs');
const sqs = new SQS();
TO
const AWS = require('aws-sdk');
const sqs = new AWS.SQS({apiVersion: '2012-11-05'});