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: src/components/elements/ServerlessWorkerDemo.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ const STEPS = [
104
104
{
105
105
id: 'worker',
106
106
number: '1',
107
-
title: 'Write worker code',
107
+
title: 'Write Worker code',
108
108
description:
109
109
'Use the lambdaworker package to write a Worker that runs inside a Lambda function. Register Workflows and Activities the same way you would with a standard Worker.',
110
110
codeLabel: 'Worker Code',
@@ -136,7 +136,7 @@ const STEPS = [
136
136
number: '4',
137
137
title: 'Create a Worker Deployment Version',
138
138
description:
139
-
'Use the CLI to create a Worker Deployment Version with your Lambda ARN as the compute provider. The deployment name and build ID must match your Worker code.',
139
+
'Use the CLI to create a Worker Deployment Version with your Lambda ARN as the compute provider. The deployment name and Build Id must match your Worker code.',
0 commit comments