Open
Conversation
…dation and testing Tested all code snippets with this power and fixed all discovered issues Reviewed POWER.md and updated it
bfreiberg
reviewed
Apr 1, 2026
aws-step-functions/steering/converting-from-jsonpath-to-jsonata.md
Outdated
Show resolved
Hide resolved
aws-step-functions/steering/converting-from-jsonpath-to-jsonata.md
Outdated
Show resolved
Hide resolved
aws-step-functions/steering/converting-from-jsonpath-to-jsonata.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
bfreiberg
reviewed
Apr 7, 2026
bchampp
suggested changes
Apr 9, 2026
bchampp
reviewed
Apr 9, 2026
bfreiberg
reviewed
Apr 9, 2026
There was a problem hiding this comment.
I'm only aware of the 100 lines recommendation from https://github.com/awslabs/agent-plugins/blob/main/docs/DESIGN_GUIDELINES.md#file-organization
Moved all full state machines to examples/ Changed architecture-patterns.md to reference examples/ Split "variables and data" into 2 steering files: "Processing State Inputs and Outputs" and "transforming data" Other edits
Moved all full state machines to examples/ Changed architecture-patterns.md to reference examples/ Split "variables and data" into 2 steering files: "Processing State Inputs and Outputs" and "transforming data" Other edits
bchampp
reviewed
Apr 10, 2026
| ``` | ||
| Use `ToleratedFailurePercentage` (0–100) and/or `ToleratedFailureCount` to allow partial failures. The Map state fails if either threshold is breached. | ||
|
|
||
| ### ItemReader (Distributed Map only, optional) |
There was a problem hiding this comment.
Should we give an example of a distributed map state machine?
bchampp
reviewed
Apr 10, 2026
| Inside `ItemSelector`, you can access: | ||
| - `$states.context.Map.Item.Value` — the current array element | ||
| - `$states.context.Map.Item.Index` — the zero-based index | ||
| Iterates over a JSON array or a JSON object, processing each element (potentially in parallel). |
There was a problem hiding this comment.
Should this backlink to any example(s)?
bchampp
approved these changes
Apr 10, 2026
|
Thanks for the contribution! 🚀🚀🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Incorporated feedback from the AWS Step Functions Dev team and SA team into the aws-step-functions power.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.