AWS SNS to Lambda Tutorial in Python | Step by Step

preview_player
Показать описание
SNS and Lambda integration is a crucial component of building event driven applications. In this video, I show you how to hook up a Lambda function to an SNS topic with the sns message content as the input payload. I start out by talking about the general concepts of SNS and Lambda before heading into the console and creating the resources. From there, I show you how to add the necessary permissions and how to test your setup.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

Resources:

☁Topics covered include:
- Lambda Cost Optimization (memory usage)
- Lambda DLQ (Dead letter queue)
- Lambda XRay (profiling service)
- Lambda Concurrency Gotchas
- SNS
- SNS Encryption
- SNS Access Policy
- SNS Retry Policy
- SNS Filter Policy

🌎 Find me here:

#Serverless
#SNS
#SimpleNotificationService
#Lambda
#AWS
Рекомендации по теме
Комментарии
Автор

One of the best explanations about the topic ! Thank you!

athenian
Автор

Thank you!
I found it very helpful and definitely in a better way that the official docs present it.
I am looking forward to watch more videos on other topics!

alexanderkrasnov
Автор

Excellent video man! You explained SNS and Lambda very well!!

angeltrades
Автор

At least the only youtuber I found who actually replies to your messages :) explanation is obviously fantastic and replies to Questions/Comments makes it a complete lecture type (Y) Thanks man for your efforts

BilalAhmed-ntgi
Автор

Yet another great presentation, as always you rock again !!

Very helpful.

praneeth
Автор

Fab. These videos are so much better than the AWS docs!

startprinting
Автор

thank you for the video, I found it very helpful. For the info, permissions section when you create sns topic also used to give permissions to other aws services (such as s3 ) to publish messages on SNS topic.

aykhan.g
Автор

Very well explained in every detail. Just how it should to be. Thank you.

mcan
Автор

A fantastic tutorial, well explained and concise. Thanks for sharing!

daniel
Автор

Thanks a lot for detailed explanation!

guryashdhall
Автор

Amazing content! Explained in a great, communicative fashion!

jimle
Автор

Really good tutorial for newbies! Thanks!

luckyshp
Автор

Thank you!!
This video is very helpful

MrRounaksoni
Автор

Thank you very much for this video, awesome way to make it easy and interesting you are awesome !

jorgemariorios
Автор

Thank you so much, you explained things so well, thank you for sharing.

RichardHema
Автор

Correction: 6:50, encryption in transit is enabled by default for almost all AWS services. The encryption offered here is server side encryption-- encryption at rest. Often this feature is deemed as worthless and overlooked; however it's extremely to enable and forget about. It's definitely worth the extra layer of security.

brutusforce
Автор

Great Video man,

Its very useful for beginners, I love it.

karthikeyanasari
Автор

I've done this before, but it wasn't working when using IAC (Terraform). I walked along through the tutorial and was missing the Lambda trigger (14:53) which TF calls a "lambda_permission." Thanks!

foreyes
Автор

this is helpful, I am also looking for the same configuration using sam template

harishdewangan
Автор

good tutorial! thank you for posting :)

jiangfenglin