---
title: "Introducing Temporal Serverless Workers: Deploy Temporal Workers to AWS Lambda"
url: https://daily.dev/posts/introducing-temporal-serverless-workers-deploy-temporal-workers-to-aws-lambda-lhywlkbgj
source_url: https://temporal.io/blog/introducing-temporal-serverless-workers-deploy-temporal-workers-to-aws-lambda
type: article
source: "Temporal"
published: 2026-08-06T10:37:27.167Z
updated: 2026-08-06T10:41:29.812Z
tags: ["golang", "serverless", "aws-lambda", "workflow-orchestration"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Temporal Serverless Workers: Deploy Temporal Workers to AWS Lambda

**[Temporal](https://daily.dev/sources/temporal)** · 6 min read · 0 upvotes · 0 comments

## Summary

Temporal Serverless Workers for AWS Lambda is now in Public Preview for Temporal Cloud users. It lets you run Temporal Workers on AWS Lambda without managing infrastructure, autoscaling policies, or long-running processes. When tasks arrive on a Task Queue, Temporal invokes Lambda functions directly in your AWS account, scales from zero automatically, and shuts down when work is done. Supported SDKs include Go, Python, Java, .NET, and TypeScript. Setup requires uploading Worker code to Lambda, creating a cross-account IAM role via a CloudFormation template, and registering the Lambda ARN with Temporal via CLI or UI. Best suited for bursty, event-driven, or low-volume workloads; self-managed Workers remain preferable for sustained high-throughput scenarios.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://temporal.io/blog/introducing-temporal-serverless-workers-deploy-temporal-workers-to-aws-lambda>

## Similar posts on daily.dev

- [Serverless Workers for Google Cloud Run](https://daily.dev/posts/serverless-workers-for-google-cloud-run-961kewaxn) · Temporal · 0 upvotes · 0 comments
- [Temporal reveals serverless option for its Durable Execution platform](https://daily.dev/posts/temporal-reveals-serverless-option-for-its-durable-execution-platform-o3rnnfwsf) · The New Stack · 2 upvotes · 0 comments
- [Announcing new Temporal capabilities from Replay 2026](https://daily.dev/posts/announcing-new-temporal-capabilities-from-replay-2026-mbtzvwlvw) · Temporal · 1 upvotes · 0 comments

---

Tags: [#golang](https://daily.dev/tags/golang), [#serverless](https://daily.dev/tags/serverless), [#aws-lambda](https://daily.dev/tags/aws-lambda), [#workflow-orchestration](https://daily.dev/tags/workflow-orchestration)

[View this post on daily.dev](https://daily.dev/posts/introducing-temporal-serverless-workers-deploy-temporal-workers-to-aws-lambda-lhywlkbgj)
