https://github.com/rodneyshag/aws_step-functions
AWS Step Functions tutorial
https://github.com/rodneyshag/aws_step-functions
Last synced: 10 months ago
JSON representation
AWS Step Functions tutorial
- Host: GitHub
- URL: https://github.com/rodneyshag/aws_step-functions
- Owner: RodneyShag
- Created: 2020-04-27T01:48:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T02:07:45.000Z (over 5 years ago)
- Last Synced: 2025-01-14T05:49:57.369Z (12 months ago)
- Size: 521 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Overview
- provides a graphical console to arrange and visualize the components of your application as a series of steps
- triggers and tracks each step
- retries on errors
- logs the state of each step
## Sequential Steps

## Branching Steps

## Parallel Steps

## YouTube Tutorials
- [Step Functions with Lambda](https://www.youtube.com/watch?v=s0XFX3WHg0w)
- [What are AWS Step Functions?](https://www.youtube.com/watch?v=zCIpWFYDJ8s)
- [Step Functions with DynamoDB](https://www.youtube.com/watch?v=9aE9Yjna8J0)
- [Step Functions with SQS](https://www.youtube.com/watch?v=tPYa1r_cZ2E)
- [Step Functions with SNS](https://www.youtube.com/watch?v=cuUhaBFAus4)
- [Start Step Function Workflow from Lambda](https://www.youtube.com/watch?v=kpuqc_7DQZA)