Skip to content

[feat]: support FLAT nesting type for map/parallel#335

Merged
zhongkechen merged 5 commits intomainfrom
nestingType
Apr 20, 2026
Merged

[feat]: support FLAT nesting type for map/parallel#335
zhongkechen merged 5 commits intomainfrom
nestingType

Conversation

@zhongkechen
Copy link
Copy Markdown
Contributor

@zhongkechen zhongkechen commented Apr 18, 2026

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Issue Link, if available

Fix: #207

Description

Added FLAT nesting mode, similar to JS SDK: aws/aws-durable-execution-sdk-js#456

Demo/Screenshots

image

Checklist

  • I have filled out every section of the PR template
  • I have thoroughly tested this change

Testing

Unit Tests

Have unit tests been written for these changes?

Integration Tests

Have integration tests been written for these changes? Yes

Examples

Has a new example been added for the change? (if applicable) Yes

@zhongkechen zhongkechen force-pushed the nestingType branch 2 times, most recently from 47ccd7c to de17465 Compare April 19, 2026 02:11
[feat]: support FLAT nesting type for map/parallel

add more tests
# Conflicts:
#	sdk-integration-tests/src/test/java/software/amazon/lambda/durable/MapIntegrationTest.java
#	sdk/src/main/java/software/amazon/lambda/durable/operation/MapOperation.java
@zhongkechen zhongkechen self-assigned this Apr 20, 2026
@zhongkechen zhongkechen marked this pull request as ready for review April 20, 2026 20:00
@zhongkechen zhongkechen requested a review from a team April 20, 2026 20:00
@zhongkechen zhongkechen merged commit c42f4f4 into main Apr 20, 2026
11 checks passed
@zhongkechen zhongkechen deleted the nestingType branch April 20, 2026 23:14
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.

[Feature]: Support virtual child context for map/parallel operations

2 participants