From 1e886b8c71e368372d70a9628073457e255edc76 Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Mon, 15 Jan 2024 19:28:09 +0100 Subject: [PATCH] Include Kotlin hello world lambda cdk example in Readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7c97319..6e1068e2 100644 --- a/README.md +++ b/README.md @@ -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)