Skip to content

Commit

Permalink
Remove EXAMPLES_VERSION from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Aug 23, 2023
1 parent 72522d5 commit 93aba29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/services/deployment/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The Restate runtime will use this API key for all subsequent requests to the Lam

This tutorial shows how to deploy a greeter service written with the Restate Typescript SDK on AWS Lambda.

[Go to the GitHub repository of this tutorial](https://github.com/restatedev/examples/tree/VAR::EXAMPLES_VERSION/typescript/lambda-greeter)
[Go to the GitHub repository of this tutorial](https://github.com/restatedev/examples/tree/main/typescript/lambda-greeter)

### Prerequisites
> 📝 As long as Restate hasn't been launched publicly, you need to have access to the private Restate npm packages and Docker container. Please follow the instructions in the [restate-dist](https://github.com/restatedev/restate-dist) Readme to set up access:
Expand All @@ -74,7 +74,7 @@ This tutorial shows how to deploy a greeter service written with the Restate Typ

Clone the GitHub repository for the latest release:
```shell
git clone --depth 1 --branch VAR::EXAMPLES_VERSION [email protected]:restatedev/examples.git
git clone --depth 1 [email protected]:restatedev/examples.git
```

We are going to deploy the service defined in `src/app.ts` on AWS Lambda.
Expand Down

0 comments on commit 93aba29

Please sign in to comment.