aws-stepfunctions-examples icon indicating copy to clipboard operation
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...

Results 15 aws-stepfunctions-examples issues
Sort by recently updated
recently updated
newest added

Hi, The example for retrieving glacier data is really very interesting. However, I was wondering if there was a possibility of having an organization of files in the form of...

Can there be a pattern which uses SF invoked via API Gateway which checks if the concurrency limit of Lambda is exceeded or not and if not exceed invoke Lambda....

Removes [degenerator](https://github.com/TooTallNate/node-degenerator). It's no longer used after updating ancestor dependency [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk). These dependencies need to be updated together. Removes `degenerator` Updates `aws-cdk` from 1.119.0 to 1.174.0 Release notes Sourced from...

dependencies
javascript

I'm trying to deploy the `control-concurrency-with-dynamodb` I've followed the steps in the article, cloned the repo, successfully built the app, and when I try to deploy I always get this...

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. This PR supports a blogpost that leverages...

This PR(#71) supports a blogpost that leverages AWS Step Functions, Amazon Rekognition and Elemental MediaConvert. It has passed `sam validate --lint` `sam validate --lint /Users/xyz/VSCProjects/aws-stepfunctions-examples/sam/app-video-segment-detection-and-edition/template.yaml is a valid SAM Template`...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Hello, I recently encountered an issue while trying to mock responses for Activity states in AWS Step Functions Local. When attempting to do so, I received the following error: ```json...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Hello, thank you for your work on these examples! I'm trying to deploy the [genai-prompt-chaining-hitl](https://github.com/aws-samples/aws-stepfunctions-examples/tree/main/usecases/genai-prompt-chaining-hitl) usecase to one of my AWS accounts. When I follow the steps in the README,...