docs: Serverless Workers - Deploy guide (3/4)#4416
docs: Serverless Workers - Deploy guide (3/4)#4416lennessyy wants to merge 1 commit intofeat/serverless-worker-prereleasefrom
Conversation
Add deploy guide for serverless workers covering AWS Lambda deployment, including the serverless-workers index and aws-lambda pages under production-deployment/worker-deployments. Update sidebar navigation and set onBrokenLinks/onBrokenAnchors to warn for cross-PR references. Part of #4405. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview links
|
| ## Prerequisites {#prerequisites} | ||
|
|
||
| - A Temporal Cloud account or a self-hosted Temporal Service vx.xx.x or later. | ||
| - Your Temporal Service frontend must be reachable from the Lambda execution environment. For Temporal Cloud, no additional configuration is needed. For self-hosted deployments on a private network, configure the Lambda function with [VPC access](https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html) to reach the Temporal frontend. |
There was a problem hiding this comment.
Right now, I see that we need to add specific dynamic config parameters in Temporal server to enable this feature. When we ship, do self-hosted or cloud users need to do anything to enable it?
In the same vein, the WCI component readme mentions a scaling algorithm. Is this something users need to worry about? If so, what are the considerations? If not, can we still give a brief explanation of how it works and expected scaling behavior?
There was a problem hiding this comment.
@smuneebahmad Let's sync on what we say about the self-managed scaling algo
| The trust policy on the role includes an External ID condition to prevent [confused deputy](https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html) attacks. | ||
|
|
||
| Deploy the following CloudFormation template to create the invocation role and its permissions. | ||
|
|
There was a problem hiding this comment.
In the UX design discussions we mentioned helping users create the roles using cloud formation templates. I haven't seen the template--is this still the plan?
Summary
production-deployment/worker-deployments/serverless-workers/index.mdx- Serverless Workers deploy overviewaws-lambda.mdx- AWS Lambda deployment guideworker-deployments/index.mdxwith serverless workers linkonBrokenLinksandonBrokenAnchorstowarn(cross-references to pages in other split PRs)Part 3 of 4 in splitting #4405 into smaller PRs.
Test plan
🤖 Generated with Claude Code
┆Attachments: EDU-6188 docs: Serverless Workers - Deploy guide (3/4)