We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ba694 commit c127483Copy full SHA for c127483
1 file changed
docs/production-deployment/worker-deployments/serverless-workers/aws-lambda.mdx
@@ -595,3 +595,5 @@ You can verify the invocation by checking:
595
- **Temporal UI:** The Workflow execution should show task completions in the event history.
596
- **AWS CloudWatch Logs:** The Lambda function's log group (`/aws/lambda/my-temporal-worker`) should show invocation
597
logs with the Worker startup, task processing, and graceful shutdown.
598
+
599
+If the Workflow does not progress or the Lambda is not invoked, see [Troubleshoot Serverless Workers](/troubleshooting/serverless-workers).
0 commit comments