From d6745c5717b7d3a41d7028e2f88b3be38285e2a1 Mon Sep 17 00:00:00 2001 From: Jaeyeon Kim Date: Tue, 30 Jun 2020 13:37:13 +0900 Subject: [PATCH] Add azure node description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 624057c87..3f4a6d7b1 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ serverless install -u https://github.com/serverless/examples/tree/master/folder- | [Serverless Telegram Bot](https://github.com/serverless/examples/tree/master/aws-python-telegram-bot)
This example demonstrates how to setup an echo Telegram Bot using the Serverless Framework ⚡🤖 | python | | [Aws Ruby Line Bot](https://github.com/serverless/examples/tree/master/aws-ruby-line-bot)
Example demonstrates how to setup a simple Line echo bot on AWS | ruby | | [Aws Ruby Simple Http Endpoint](https://github.com/serverless/examples/tree/master/aws-ruby-simple-http-endpoint)
Example demonstrates how to setup a simple HTTP GET endpoint | ruby | -| [Azure Nodejs](https://github.com/serverless/examples/tree/master/azure-node-line-bot)
Azure Functions sample for the Serverless framework | nodeJS | +| [Azure Node Line Bot](https://github.com/serverless/examples/tree/master/azure-node-line-bot)
Azure Line Bot Functions sample for the Serverless framework | nodeJS | | [Azure Node Simple Http Endpoint](https://github.com/serverless/examples/tree/master/azure-node-simple-http-endpoint)
An example of making http endpoints with the Azure Functions Serverless Framework plugin | nodeJS | -| [Azure Nodejs](https://github.com/serverless/examples/tree/master/azure-node-telegram-bot)
Azure Functions sample for the Serverless framework | nodeJS | +| [Azure Node Telegram Bot](https://github.com/serverless/examples/tree/master/azure-node-telegram-bot)
Azure Telegrame Bot Functions sample for the Serverless framework | nodeJS | | [Google Golang Simple Http Endpoint](https://github.com/serverless/examples/tree/master/google-golang-simple-http-endpoint)
Example demonstrates how to setup a simple HTTP GET endpoint with golang | golang | | [Google Node Simple Http Endpoint](https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint)
An example of making http endpoints with the Google Cloud Functions Serverless Framework plugin. | nodeJS | | [Gcp Node Typescript Simple](https://github.com/serverless/examples/tree/master/google-node-typescript-http-endpoint)
Simple HTTP example for GCP functions by Serverless framework with Typescript | nodeJS |