From b1e36824ff0dda993132019c982d4d8d0662cacd Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 14 Apr 2019 20:24:16 -0400 Subject: [PATCH] link to websocket example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b66e5fd..720beb0 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ $ npx serverless logs -f hello * a minimal echo application - https://github.com/softprops/serverless-aws-rust * a minimal http application - https://github.com/softprops/serverless-aws-rust-http * a minimal example multi-function application - https://github.com/softprops/serverless-aws-rust-multi +* an example of a apigateway websocket application - https://github.com/softprops/serverless-aws-rust-websockets ### 0.1.*