Deploy a Serverless Worker on AWS Lambda
Deploy a Temporal Serverless Worker on AWS Lambda.
Deploy a Temporal Serverless Worker on AWS Lambda.
Learn how Serverless Workers work, how Temporal invokes them, and how they differ from traditional long-lived Workers.
Understand the benefits of Serverless Workers and when to use them. Run Temporal Workers on serverless compute with no infrastructure to manage.
Deploy Temporal Workers on serverless compute providers. Temporal invokes your Worker when Tasks arrive, with no long-lived processes to manage.
Write Temporal Workers that run on serverless compute using the Go SDK.
An interactive demo for Temporal Serverless Workers. Explore the configuration, generated code, and execution flow for running Workers on AWS Lambda.
Write a Temporal Worker that runs on AWS Lambda using the Go SDK lambdaworker package.