Skip to content

Conversation

@ConnorKirk
Copy link

Issue #, if available:

Description of changes:
This PR adds 6 snippets, demonstrating AI Workflows with Lambda durable functions. The snippets are in Typescript and Python.

  • Prompt chaining
  • Parallel Execution
  • Wait for Human Review
  • LLM as a Judge
  • Basic durable agent
  • Structured Output

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@bfreiberg bfreiberg self-assigned this Dec 4, 2025
@bfreiberg bfreiberg added the durable functions Snippet for AWS Lambda durable functions label Dec 4, 2025
@@ -0,0 +1,73 @@
{
"title": "Generating Structured Output from LLMs with Lambda Durable Functions",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "Generating Structured Output from LLMs with Lambda Durable Functions",
"title": "Generating Structured Output from LLMs with AWS Lambda durable functions",

@ConnorKirk
Copy link
Author

Thanks for the review Ben. I have incorporated your feedback.

Copy link
Collaborator

@bfreiberg bfreiberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for your contribution. The snippets will be merged soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

durable functions Snippet for AWS Lambda durable functions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants