From bc0b3b672ac187611890cc1707cbf36c222cb4b7 Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Thu, 18 Jan 2024 12:41:47 +0100 Subject: [PATCH] Update README.md --- typescript/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typescript/README.md b/typescript/README.md index 143af767..8277d3b7 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -2,6 +2,10 @@ This directory contains Restate examples using the Typescript SDK. +## Common patterns + +- A collection of [common patterns](patterns) you encounter when developing distributed applications. + ## Starter examples - [Hello World - AWS Lambda](hello-world-lambda): A simple example of how you can run a Restate service on AWS Lambda.