docs(operations): document nesting type observability trade-offs#194
docs(operations): document nesting type observability trade-offs#194lyushher wants to merge 2 commits into
Conversation
|
hi @lyushher, thank you so much for contributing! We can't merge this yet, because this feature is still in alpha in the TS/JS SDK, so it's not actually published yet. We only update the docs on actual release, not on alpha/preview. So this PR will be on hold until then. With that said, when the time comes to publish this, here also some suggested active voice wording (per contribution guide here https://github.com/aws/aws-durable-execution-docs/blob/main/authoring-guide.md#voice-and-tone) for parallel: For map.md, same wording with branch(es) → iteration(s) and maximum-branches → maximum-iterations. This update also only covers TS, but not the Python/Java changes, and ideally these should go in at the same time. Also, please check the authoring guide |
Fixes #188
Added documentation for
NestingType.NESTEDandNestingType.FLATin bothparallel.mdandmap.md.Changes:
NESTEDpreserves child operations as separate scopes in execution historyFLATreduces overhead by flattening child operations into the parent operation