aws-stepfunctions-examples
aws-stepfunctions-examples copied to clipboard
AWS Step Functions is an orchestration service for reliably executing multi-step processes using visual workflows. This repository includes detailed examples that will help you unlock the power of ser...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
Hi, We have wasted couple of days trying to do a cross account step function call following this guide only to find this won't work for cross region. I think...
Map state can be used to control concurrency within the same execution, however there is no built-in mechanism to control cross-execution concurrency. There are actual use cases where one wants...
I have no idea why, can anyone help me pls ? ``` .... "Parameters": { "Bucket": "arn:aws:s3:::bucket-name", "MaxKeys": 123, "Prefix": "/path/path/" }, "Resource": "arn:aws:states:::aws-sdk:s3:listObjectsV2", ... ``` I try: arn:aws:s3:region:account:bucket-name arn:aws:s3:::bucket-name...