AWS Step Functions with DynamoDB Tutorial | Step by Step Guide

preview_player
Показать описание
In this tutorial, I show you how to set up AWS Step Functions with DynamoDB that enters a row into your DynamoDB table. This is using AWS' direct DynamoDB 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 DynamoDB table, 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 record is added to DynamoDB.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

Resources:

☁Topics covered include:
- DynamoDB Table Creation
- Step Function Creation
- Step Function ASL Definition
- Step Function IAM Role for writing to DynamoDB
- DynamoDB Retry Policy
- Step Function Input Event

🌎 Find me here:

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

Thank you for getting to the point directly without a 10 minute intro about your family history. I got exactly what I needed and quickly

Lepinkainen_
Автор

Amazing guide man. This was so useful for me to get up to speed conceptually with what step functions can do. Subscribed!

andreadiotallevi
Автор

how do you getItem in step functions? it returns values with type descriptors, like M, N, NS, etc... it is really painful. is there a way to retrieve items without types?

splendorman
Автор

Thanks for the video. Please provide a demo on AWS Step Functions with Redshift.

kannasanisuresh
Автор

Awsome.. can you als cover topics like kinesis and realtime analytics over aws

vishalchavhan
Автор

Hi can you make video on calling aurora Postgres function from step function? It will be great if you can give some idea on that. Thanks

Yoganandahk
Автор

Always appreciate your content, do you udemy channel?

MehtabAhmed-wcqj
Автор

where's the code used in the video ?

soufiyane.aitmoulay
Автор

AWS Step Functions with DynamoDB GetItem and processing the result returned.

shraddhakushwaha