awesome tutorial straight to the point and works still learning but this made the reading so much easier to understand thank you
@ChrisL-l8v Жыл бұрын
That was a very well-produced introduction. Thank you for helping me understand how all of this works for my upcoming project!
@HENRYMEGWAI2 жыл бұрын
Thanks, @Be A Better Dev, perfect timing.
@BeABetterDev2 жыл бұрын
You're very welcome Henry!
@ashleycook9962 Жыл бұрын
Awesome tutorial!
@BeABetterDev Жыл бұрын
Glad you liked it!
@N7SOLDIER2 жыл бұрын
Very useful! Thanks for sharing.
@BeABetterDev2 жыл бұрын
You're very welcome!
@JanosTech2 жыл бұрын
Awesome tutorial, just as usual.
@BeABetterDev2 жыл бұрын
Cheers Janos!
@ragaswarupa43726 ай бұрын
Hello! Nice video. I tried this out but i cannot view the published message in the cloud watch. Is there any other way to check the published message ?
@joegenshlea6827 Жыл бұрын
Is there a way to pass the event structure in an SNS message to lambda? E.g. my lambda function is expecting name = event['name'] phone = event['phone'] etc. I attempted to pass a dict object as the message body but this didn't work {"name":"joe", "phone":"111111111"} If I can get this to work then eventually I want to call the SNS message using boto3.
@tehsimo11 ай бұрын
How do I get that cursor?
@silentknightss2 жыл бұрын
Can u create tutorial for this using serververless framework…?
@farzadb2 жыл бұрын
Do you see any advantages in using “sns->sqs->lambda” vs “sns->lambda”?
@undefined_cat2 жыл бұрын
It would be better to show at end of every video total bill
@BeABetterDev2 жыл бұрын
Thanks for the feedback!
@kavyanlavti3862 Жыл бұрын
how to send SMS through SNS
@eugensunic10 ай бұрын
Doesn't explain much. Based on the video one can conclude that SNS and SQS are the same stuff. You can publish a message from sqs attach a lambda prior to that to listen to it and you get the same scenario