Skip to content

Commit 216e2d3

Browse files
committed
address feedback
1 parent 4ac020a commit 216e2d3

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

docs/encyclopedia/workers/worker-versioning.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Each Deployment has a name (such as your service name) and supports versioning t
3434
## Worker Deployment Versions {#deployment-versions}
3535

3636
A Worker Deployment Version represents an iteration of a Worker Deployment.
37+
Each Deployment Version is identified by a deployment name and a <span id="build-id">Build ID</span>.
38+
The deployment name groups related Workers across versions, and the Build ID identifies a specific release of your Worker code.
3739
Each Deployment Version consists of Workers that share the same code build and environment.
3840
When a Worker starts polling for Workflow and Activity Tasks, it reports its Deployment Version to the Temporal Server.
3941

docs/production-deployment/worker-deployments/serverless-workers/index.mdx

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
id: index
33
title: Serverless Workers
44
sidebar_label: Serverless Workers
5-
description: Deploy Temporal Workers on serverless compute providers. Temporal invokes your Worker when Tasks arrive, with no long-lived processes to manage.
5+
description:
6+
Deploy Temporal Workers on serverless compute providers. Temporal invokes your Worker when Tasks arrive, with no
7+
long-lived processes to manage.
68
slug: /production-deployment/worker-deployments/serverless-workers
79
toc_max_heading_level: 4
810
keywords:
@@ -16,14 +18,15 @@ tags:
1618
- Serverless
1719
---
1820

19-
Serverless Workers let you run Temporal Workers on serverless compute like AWS Lambda.
20-
Deploy your Worker code to a serverless provider, configure a compute provider for the Worker Deployment Version, and Temporal invokes the Worker when Tasks arrive.
21-
There are no long-lived processes to provision or scale.
21+
Serverless Workers let you run Temporal Workers on serverless compute like AWS Lambda. Deploy your Worker code to a
22+
serverless provider, configure a compute provider for the Worker Deployment Version, and Temporal invokes the Worker
23+
when Tasks arrive. There are no long-lived processes to provision or scale.
2224

23-
Temporal monitors Task Queues that have a compute provider configured.
24-
When a Task arrives and no Worker is polling, Temporal invokes the configured compute target.
25-
The Worker starts, processes available Tasks, and shuts down when the invocation window ends.
25+
Temporal monitors Task Queues that have a compute provider configured. When a Task arrives and no Worker is polling,
26+
Temporal invokes the configured compute target. The Worker starts, processes available Tasks, and shuts down when the
27+
invocation window ends.
2628

2729
## Supported providers
2830

29-
- [**AWS Lambda**](/production-deployment/worker-deployments/serverless-workers/aws-lambda) - Deploy a Go SDK Worker as a Lambda function. Temporal assumes an IAM role in your AWS account to invoke the function when Tasks arrive.
31+
- [**AWS Lambda**](/production-deployment/worker-deployments/serverless-workers/aws-lambda) - Deploy a Serverless Worker
32+
as a Lambda function. Temporal assumes an IAM role in your AWS account to invoke the function when Tasks arrive.

0 commit comments

Comments
 (0)