Skip to content

Commit 25d540d

Browse files
Apply suggestions from code review
Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com>
1 parent f9b29fe commit 25d540d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs
    • evaluate/development-production-features/serverless-workers
    • production-deployment/worker-deployments/serverless-workers

docs/evaluate/development-production-features/serverless-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tags:
2121

2222
Serverless Workers let you run Temporal Workers on serverless compute platforms like AWS Lambda. There are no servers to
2323
provision, no clusters to scale, and no idle compute to pay for. Temporal invokes the Worker when Tasks arrive, and the
24-
Worker shuts down when the work is done.
24+
Worker shuts down when the Tasks are done.
2525

2626
Serverless Workers use the same Temporal SDKs as traditional long-lived Workers. You register Workflows and Activities
2727
the same way. The difference is in the lifecycle: instead of running a long-lived process, Temporal invokes the

docs/production-deployment/worker-deployments/serverless-workers/aws-lambda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ You can create the version using the Temporal UI or the Temporal CLI.
520520
6. Click **Save**.
521521

522522
When you create a version through the UI, the version is automatically set as current. Skip to
523-
[Verify the deployment](#verify-the-deployment).
523+
[Verify the deployment](#verify-deployment).
524524

525525
</TabItem>
526526
<TabItem value="cli" label="Temporal CLI">

0 commit comments

Comments
 (0)