Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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