From e96e4b789c62e8c49f305a231ee507c942fe5efc Mon Sep 17 00:00:00 2001 From: Laszlo Szikszai Date: Thu, 27 Oct 2022 19:43:43 +0200 Subject: [PATCH 1/4] Fixing output --- .github/workflows/branch-cleanup.yml | 3 +-- .github/workflows/branch-deployment.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index 23d9175..7ee92a9 100644 --- a/.github/workflows/branch-cleanup.yml +++ b/.github/workflows/branch-cleanup.yml @@ -16,8 +16,7 @@ jobs: steps: - name: Extract branch name shell: bash - run: | - echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT id: extract_branch - name: Remove from S3 uses: vitorsgomes/s3-rm-action@master diff --git a/.github/workflows/branch-deployment.yml b/.github/workflows/branch-deployment.yml index 2e47a39..e678faa 100644 --- a/.github/workflows/branch-deployment.yml +++ b/.github/workflows/branch-deployment.yml @@ -17,8 +17,7 @@ jobs: steps: - name: Extract branch name shell: bash - run: | - echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT id: extract_branch - name: Checkout uses: actions/checkout@v3 From b1008a75480aef7cbf73c84ab81c0b746b1eecc5 Mon Sep 17 00:00:00 2001 From: Laszlo Szikszai Date: Tue, 8 Nov 2022 18:33:12 +0100 Subject: [PATCH 2/4] Headline --- aws-services/step-function.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/aws-services/step-function.md b/aws-services/step-function.md index 360b1b9..da94268 100644 --- a/aws-services/step-function.md +++ b/aws-services/step-function.md @@ -4,4 +4,16 @@ layout: default parent: AWS Services --- -# Step Function \ No newline at end of file +# Step Function +{: .no_toc } + +AWS Step Functions is a visual workflow service that helps developers use AWS services to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning (ML) pipelines. [^aws] +{: .fs-6 .fw-300 } + +## Table of contents +{: .no_toc .text-delta} + +1. TOC +{:toc} + +[^aws]: https://aws.amazon.com/step-functions/ From 176dcfd55b6af6c10341acfa3c044a8d91e90b76 Mon Sep 17 00:00:00 2001 From: Laszlo Szikszai Date: Tue, 8 Nov 2022 18:39:55 +0100 Subject: [PATCH 3/4] Step functions main structure --- aws-services/step-function.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/aws-services/step-function.md b/aws-services/step-function.md index da94268..4eeea3e 100644 --- a/aws-services/step-function.md +++ b/aws-services/step-function.md @@ -7,7 +7,7 @@ parent: AWS Services # Step Function {: .no_toc } -AWS Step Functions is a visual workflow service that helps developers use AWS services to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning (ML) pipelines. [^aws] +AWS Step Functions is a visual workflow service that helps developers use AWS services to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning (ML) pipelines. [aws] {: .fs-6 .fw-300 } ## Table of contents @@ -16,4 +16,31 @@ AWS Step Functions is a visual workflow service that helps developers use AWS se 1. TOC {:toc} -[^aws]: https://aws.amazon.com/step-functions/ +## What is a Step Function? + +...Workflow, Lambda, Serverless, Logic, Sync/Async, ASL, Mapping, Predefined actions + +## How to test Step Functions? + +- [ ] Testing the ASL +- [ ] Local dynamic testing +- [ ] Retry, Error handling, Logic + +## Let's see in action! + +### Sample stack + +- [ ] Find or create a simple stack + +### Testing the sample stack + +- [ ] CDK tests +- [ ] ASL tests +- [ ] Dynamic tests +- [ ] Retry and Error handling + +## More to read + +1. TBD + +[aws]: https://aws.amazon.com/step-functions/ From 5284e1cc799fd429b6b8806dee7535168d0d240c Mon Sep 17 00:00:00 2001 From: Laszlo Szikszai Date: Mon, 2 Jan 2023 13:58:58 +0100 Subject: [PATCH 4/4] Added step functions sample directory --- samples/step_function/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 samples/step_function/.gitkeep diff --git a/samples/step_function/.gitkeep b/samples/step_function/.gitkeep new file mode 100644 index 0000000..e69de29