Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-samples/aws-step-functions-twitch-series
Code from the AWS Step Functions series on Twitch, where we take a deep dive into one of my favorite serverless services!
https://github.com/aws-samples/aws-step-functions-twitch-series
aws aws-step-functions serverless
Last synced: 2 months ago
JSON representation
Code from the AWS Step Functions series on Twitch, where we take a deep dive into one of my favorite serverless services!
- Host: GitHub
- URL: https://github.com/aws-samples/aws-step-functions-twitch-series
- Owner: aws-samples
- License: mit-0
- Created: 2020-06-08T17:29:36.000Z (over 4 years ago)
- Default Branch: mainline
- Last Pushed: 2023-04-26T15:08:46.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:19:13.018Z (6 months ago)
- Topics: aws, aws-step-functions, serverless
- Language: Go
- Homepage: https://www.youtube.com/playlist?list=PLJo-rJlep0EBq0-P-2wq5tzTXjL_jmynX
- Size: 1.53 MB
- Stars: 56
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - aws-samples/aws-step-functions-twitch-series - Code from the AWS Step Functions series on Twitch, where we take a deep dive into one of my favorite serverless services! (Go)
README
# AWS Step Functions
This repository contains the code created during the [AWS Step Functions][step-functions] series on [Twitch][twitch]. Every Tuesday at 2pm ET/11am PT we cover a bit of functionality live, so you can create workflows that are more effective and more efficient.
**Note**: All templates have been updated to reflect [AWS Serverless Application Model][sam] (AWS SAM) [support for Step Functions][sam-step-functions-support], launched on 27 May 2020. Wherever the templates in this repository and the video episodes differ, this repository should be considered correct.
## Episodes:
* Episode 1: 02 April - [Support in the AWS Toolkit for Visual Studio Code][toolkit-support]
* Episode 2: 07 April - [Workflows for development and testing][workflows]
* Episode 3: 14 April - [Service integrations][service-integrations]
* Episode 4: 21 April - [Parallelism and concurrency in Step Functions and AWS Lambda][parallelism-concurrency]
* Episode 5: 28 April - [JSONPath data processing][jsonpath]
* Episode 6: 05 May - [Creating workflows with the AWS Cloud Development Kit (CDK)][cdk]
* Episode 7: 12 May - [Handling errors][handling-errors]
* Episode 8: 19 May - [Nested workflows][nested-workflows]## Code
* [CDK/](CDK) - code from the [Creating workflows with the AWS Cloud Development Kit (CDK)][cdk] episode on 05 May 2020.
* [codebuild](codebuild) - Code from the [AWS CodeBuild][codebuild] section of the AWS Step Functions webinar on 29 July 2020.
* [handling-errors/](handling-errors) - code from the [Handling errors][handling-errors] episode on 12 May 2020.
* [jsonpath/](jsonpath) - code from the [JSONPath data processing][jsonpath] episode on 28 April 2020.
* [nested-workflows/](nested-workflows) - code from the [Nested workflows][nested-workflows] episode on 19 May 2020.
* [parallelism/](parallelism) - code from the [Parallelism and concurrency][parallelism-concurrency] episode on 21 April 2020.
* [service-integrations/](service-integrations) - code from the [Service integrations][service-integrations] episode on 14 April 2020.
* [workflows-dev-test/](workflows-dev-test) - code from the [Workflows for development and testing][workflows] episode on 07 April 2020.Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0[iam]: https://aws.amazon.com/iam/
[sam]: https://aws.amazon.com/serverless/sam/
[sam-step-functions-support]: https://aws.amazon.com/blogs/compute/simplifying-application-orchestration-with-aws-step-functions-and-aws-sam/
[step-functions]: https://aws.amazon.com/step-functions/
[twitch]: https://twitch.tv/aws/[cdk]: https://youtu.be/T9iehMn5xHw
[codebuild]: https://youtu.be/PYeV83rQhGk?t=1171
[handling-errors]: https://youtu.be/PyClhjMVGY8
[jsonpath]: https://youtu.be/QpZ6IdKvOdw
[nested-workflows]: https://youtu.be/FmLdqQMQHFs
[parallelism-concurrency]: https://youtu.be/At5mw8T2riY
[service-integrations]: https://youtu.be/01IL3_pG3KQ
[toolkit-support]: https://youtu.be/1RJtCKpdELQ
[workflows]: https://youtu.be/X79vSGi3qGU