Skip to content

Commit

Permalink
Include Kotlin hello world lambda cdk example in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jan 15, 2024
1 parent aa5bfcf commit 1e886b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,24 @@ wget https://github.com/restatedev/examples/releases/latest/download/java-hello-

![Kotlin](https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge&logo=kotlin&logoColor=white)

[Hello World HTTP](java/hello-world-kotlin-http)
[Hello World HTTP](kotlin/hello-world-http)
```shell
# Download the example
wget https://github.com/restatedev/examples/releases/latest/download/kotlin-hello-world-http.zip && unzip kotlin-hello-world-http.zip -d kotlin-hello-world-http && rm kotlin-hello-world-http.zip
```

[Hello world on AWS Lambda](java/hello-world-kotlin-lambda)
[Hello world on AWS Lambda](kotlin/hello-world-lambda)
```shell
# Download the example
wget https://github.com/restatedev/examples/releases/latest/download/kotlin-hello-world-lambda.zip && unzip kotlin-hello-world-lambda.zip -d kotlin-hello-world-lambda && rm kotlin-hello-world-lambda.zip
```

[Hello world on AWS Lambda + CDK](kotlin/hello-world-lambda-cdk)
```shell
# Download the example
wget https://github.com/restatedev/examples/releases/latest/download/kotlin-hello-world-lambda-cdk.zip && unzip kotlin-hello-world-lambda-cdk.zip -d kotlin-hello-world-lambda-cdk && rm kotlin-hello-world-lambda-cdk.zip
```

## Patterns

![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
Expand Down

0 comments on commit 1e886b8

Please sign in to comment.