Added Java SDK support to the AWS Lambda durable functions skill#112
Added Java SDK support to the AWS Lambda durable functions skill#112smoell wants to merge 11 commits into
Conversation
| **Implementation approach:** | ||
|
|
||
| 1. Use `waitForCallback` (TypeScript) or `wait_for_callback` (Python) with a timeout configuration set in the config argument | ||
| 1. Use `waitForCallback` (TypeScript), `wait_for_callback` (Python), or `ctx.waitForCallback` (Java) with a timeout configuration set in the config argument |
There was a problem hiding this comment.
Why does the java reference include the ctx object while the others don't?
There was a problem hiding this comment.
In the "API Reference Conventions" section I have "Java: Full reference with ctx prefix (e.g., ctx.waitForCallback) since Java uses ctx as the conventional variable name", so it's a documentation convention choice, not a functional difference. I can change that.
|
Fixed open issues |
|
This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
|
Closing this pull request as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Signed-off-by: Sascha Möllering <smoell@amazon.de>
Signed-off-by: Sascha Möllering <smoell@amazon.de>
Signed-off-by: Sascha Möllering <smoell@amazon.de>
Add comprehensive Java examples to all reference documentation sections
Related
Ensures complete language coverage for the Lambda Durable Functions skill across TypeScript, Python, and
Java, enabling developers to use the skill regardless of their runtime preference.
Changes
Documentation Updates:
Added missing Python and Java examples to 17 sections across 4 reference files:
concurrent-operations.md (10 sections):
wait-operations.md (4 sections):
advanced-patterns.md (2 sections):
getting-started.md (1 section):
Key Patterns Documented:
MapConfig,CompletionConfig,WaitForConditionConfig,StepSemantics, customSerDesimplementations
MapConfig,CompletionConfig,WaitForConditionConfig,WaitStrategies,custom
SerDes<T>interface,DurableFutureasync operationsAcknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this
contribution, under the terms of the project
license.