This is a step-by-step walkthrough on how to trigger a step function from an SQS Message with a lambda function written in python. This video will walk through how to read a message in a lambda function, how to start a state machine, and how to delete the message from the SQS Queue when we are complete
Timeline
0:00 Introduction
1:20 Add Trigger to Lambda
02:00 IAM Permissions
02:45 Lambda Development
08:08 Test the Workflow
Github Repo:
https://github.com/AdrianoNicolucci/d...
#sqs
#serverless
#stepfunctions