Hi can you please make videos on local set up of lamda functions project with authentic deployment with API gateway and websocket with API gateway please...
becuz we passed in a MessageGroupId (it is either 1 or 2) so there are 2 groups of messages and each group can have max of 10 msgs. technically u should only make the batch size to be 1 so the messages will be processed one by one in each group (7:55 of the video)
visibility timeout is the time that the message remains invisible by other consumers (e.g., if it is picked up by consumer1, within the visibility timeout, even thou consumer1 fails to process it, consumer2 cannot pick it up. after the visibility timeout, it becomes visible to other consumers again
One of the best AWS video dudes out there! Great job and thanks for all the tips!
how could i do not found out this precious video.. you are great
Glad that u found it helpful!!
Great video pal, very insightful AWS stuff.
Glad that it’s helpful 👍
Great Video, Very helpful for to do microservice architecture in cloud. Thanks Bro
Glad that u found it helpful!!
Hi can you please make videos on local set up of lamda functions project with authentic deployment with API gateway and websocket with API gateway please...
but what about the front-end ? is it easy to be built within the same AWS framework ?
I'm getting "Runtime.HandlerNotFound: index.handler is undefined or not exported" how to fix this
Hey, great video!
once a message is available on sqs, is it possible to send sns notification saying order has been prepared?
Yep u just needa write the code in the consumer lambdas to send a sns when it’s done processing
can you do one video on Data pipeline also?
i have a video on using EMR to process data with spark here. check it out:
ua-cam.com/video/a_3Md9nV2Mk/v-deo.html
Why inflight messages showing 11 when you have set batch size is 10
becuz we passed in a MessageGroupId (it is either 1 or 2) so there are 2 groups of messages and each group can have max of 10 msgs. technically u should only make the batch size to be 1 so the messages will be processed one by one in each group (7:55 of the video)
@@FelixYu thanks
finshed 100%
can you explain visibility timeout one more time, its confusion!!
visibility timeout is the time that the message remains invisible by other consumers (e.g., if it is picked up by consumer1, within the visibility timeout, even thou consumer1 fails to process it, consumer2 cannot pick it up. after the visibility timeout, it becomes visible to other consumers again