Skip to content

test(stateMachines): add validation test for Map state with ItemProcessor in DISTRIBUTED mode#696

Merged
zirkelc merged 1 commit intoserverless-operations:masterfrom
BANCS-Norway:fix-540-map-distributed-validation
Mar 23, 2026
Merged

test(stateMachines): add validation test for Map state with ItemProcessor in DISTRIBUTED mode#696
zirkelc merged 1 commit intoserverless-operations:masterfrom
BANCS-Norway:fix-540-map-distributed-validation

Conversation

@VirtueMe
Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • npx mocha lib/deploy/stepFunctions/compileStateMachines.test.js --grep "DISTRIBUTED" passes

Closes #540

🤖 Generated with Claude Code

…in DISTRIBUTED mode

Regression guard for serverless-operations#540 — validate:true was incorrectly rejecting
Map states using ItemProcessor with ProcessorConfig.Mode: DISTRIBUTED.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 19, 2026

Open in StackBlitz

npm i https://pkg.pr.new/serverless-operations/serverless-step-functions@696

commit: 74d2b11

@zirkelc zirkelc merged commit d4b39e9 into serverless-operations:master Mar 23, 2026
3 checks passed
@VirtueMe VirtueMe deleted the fix-540-map-distributed-validation branch March 23, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When validate=true, Map state machines in DISTRIBUTED mode incorrectly throw a yaml validation error

2 participants