You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/production-deployment/worker-deployments/serverless-workers/index.mdx
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
id: index
3
3
title: Serverless Workers
4
4
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
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.
22
24
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.
26
28
27
29
## Supported providers
28
30
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