AWS Step Functions with SNS Tutorial | Step by Step Guide

preview_player
Показать описание
In this tutorial, I show you how to set up an AWS Step Function that publishes a message to SNS. This is using AWS' direct SNS integration as part of a Step Function Task, as opposed to using a transformation layer like a lambda function. I start out by creating a SNS Topic and subscribing it to an email, followed by creating the Step Function State Machine and writing the ASL orchestration code. From there, I input a sample event that executes the Step Function, and finally we verify the message is delivered to my email.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

📚 References:

☁Topics covered include:
SNS Topic Creation
Step Function Creation
Step Function ASL Definition
Step Function IAM Role for writing to SNS
Step Function Input Event

🌎 Find me here:

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

Do you also have a video on how to wait for user input? What would be a good way to respond to an SNS and pause the step function waiting for it?

IgnoreMyChan
Автор

Are you able to define the subject line of the email?

xaviersexton
Автор

Can you publish message cross account cross region sns topic?

jayakrishnannair
Автор

What's the point of the Pass state here?

peekay-shyamprag
Автор

what is resource? from where i will get that resource?

rahulprasad
Автор

How about a SNS:Subscribe in a Step Function

bradlindberg
visit shbcf.ru