Skip to content

Commit

Permalink
Update terminology Lambda tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jun 11, 2024
1 parent 16c5067 commit 585fcdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/deploy/lambda/lambda-typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You should now see a function overview with your new function in it.

<details>
<summary>View</summary>

![Function overview](/img/function-overview.png)
</details>

Expand Down Expand Up @@ -128,14 +128,14 @@ Run the Restate Server via one of the options listed in [the docs](/develop/loca
</Step>
<Step stepLabel="6" title="Discovering the services behind the Lambda endpoint">
<Step stepLabel="6" title="Registering the service">
Connect to the Restate (e.g. via an SSH session if it is running on EC2) runtime and execute the registration command:
Connect to the Restate (e.g. via an SSH session if it is running on EC2) runtime and execute [the registration command](/operate/registration):
<Tabs groupId="interface" queryString>
<TabItem value="cli" label="CLI">
```shell
```shell
restate deployments register arn:aws:lambda:eu-central-1:000000000000:function:my-greeter:1
```
Expand Down

0 comments on commit 585fcdb

Please sign in to comment.