docs: Worker Versioning with Serverless Workers on AWS Lambda#4740
Open
bchav wants to merge 1 commit into
Open
docs: Worker Versioning with Serverless Workers on AWS Lambda#4740bchav wants to merge 1 commit into
bchav wants to merge 1 commit into
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
Each Worker Deployment Version maps 1:1 to one Lambda function version via a qualified versioned ARN. The choice applies to both Pinned and Auto-Upgrade Workflows; Versioning Behavior controls only how Workflows move between Worker Deployment Versions in Temporal, not how a Worker Deployment Version targets Lambda. - encyclopedia: new section with a Mermaid diagram of the Build ID to Lambda function version mapping. Qualified versioned ARNs are framed as the production recommendation; unqualified ARNs are noted as acceptable for development and testing, with the trade-off (loss of Pinned's no-patching guarantee) called out explicitly. - aws-lambda guide: single procedure using `aws lambda publish-version`, qualified ARN as `--aws-lambda-function-arn`, and rollback via `temporal worker deployment set-current-version`. - worker-versioning: pointer from "Choosing a Versioning Behavior" to the new encyclopedia section. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2524f4c to
fb2a11c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aws lambda publish-versionprocedure that uses the qualified versioned ARN as--aws-lambda-function-arnand rolls back viatemporal worker deployment set-current-version. Calls out that unqualified ARNs are acceptable for development and testing but lose Pinned's no-patching guarantee.Test plan
🤖 Generated with Claude Code
┆Attachments: EDU-6563 docs: Worker Versioning with Serverless Workers on AWS Lambda