Skip to content

feat(lambda-durable-bedrock-async-invoke-cdk) new pattern#2984

Open
bfreiberg wants to merge 1 commit intoaws-samples:mainfrom
bfreiberg:bfreiberg-lambda-durable-bedrock-async-invoke
Open

feat(lambda-durable-bedrock-async-invoke-cdk) new pattern#2984
bfreiberg wants to merge 1 commit intoaws-samples:mainfrom
bfreiberg:bfreiberg-lambda-durable-bedrock-async-invoke

Conversation

@bfreiberg
Copy link
Contributor

Issue #, if available: #2986

Description of changes:
This pattern shows how to use AWS Lambda durable functions to orchestrate Amazon Bedrock Async Invoke for AI video generation. The durable function starts an Amazon Nova Reel video generation job, then polls for completion using waitForCondition with exponential backoff. During each polling interval the function suspends execution entirely, incurring zero compute charges while Bedrock processes the video.

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

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.

3 participants