Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: readme runtime typo #775

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ serverless install -u https://github.com/serverless/examples/tree/v3/folder-name
| [Aws Ruby Step Functions Express](https://github.com/serverless/examples/tree/v3/aws-ruby-step-functions-express) <br/> Ruby example that make usage of AWS Step Functions Express Type with AWS Lambda, DynamoDB, Amazon SES, API Gateway, and Step Functions flows | ruby |
| [Aws Ruby Step Functions With Callback](https://github.com/serverless/examples/tree/v3/aws-ruby-step-functions-with-callback) <br/> Ruby example that make usage of AWS Step Functions with callback pattern, AWS Lambda, DynamoDB, Amazon Comprehend, API Gateway, and Step Functions flows | ruby |
| [Aws Ruby Step Functions](https://github.com/serverless/examples/tree/v3/aws-ruby-step-functions) <br/> Ruby example that make usage of AWS Step Functions with AWS Lambda, DynamoDB and Step Functions flows. | ruby |
| [Aws Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/aws-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with rust | nodeJS |
| [Aws Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/aws-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with rust | rust |
| [Azure Node Line Bot](https://github.com/serverless/examples/tree/v3/azure-node-line-bot) <br/> Azure Functions sample for the Serverless framework | nodeJS |
| [Azure Node Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/azure-node-simple-http-endpoint) <br/> An example of making http endpoints with the Azure Functions Serverless Framework plugin | nodeJS |
| [Azure Node Telegram Bot](https://github.com/serverless/examples/tree/v3/azure-node-telegram-bot) <br/> Azure Functions sample for the Serverless framework | nodeJS |
Expand All @@ -151,7 +151,7 @@ serverless install -u https://github.com/serverless/examples/tree/v3/folder-name
| [Google Ruby Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/google-ruby-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with Ruby | ruby |
| [Kubeless Python Simple Function](https://github.com/serverless/examples/tree/v3/kubeless-python-simple-function) <br/> This example demonstrates how to setup a simple Python function with Kubeless | python |
| [Kubeless Python Simple Scheduled Function](https://github.com/serverless/examples/tree/v3/kubeless-python-simple-scheduled-function) <br/> This example demonstrates how to setup a simple Python function with Kubeless | python |
| [Openwhisk Go Simple](https://github.com/serverless/examples/tree/v3/openwhisk-go-simple) <br/> Example demonstrates how to setup a simple Go function with OpenWhisk. | nodeJS |
| [Openwhisk Go Simple](https://github.com/serverless/examples/tree/v3/openwhisk-go-simple) <br/> Example demonstrates how to setup a simple Go function with OpenWhisk. | go |
| [Openwhisk Node And Docker Chaining Functions](https://github.com/serverless/examples/tree/v3/openwhisk-node-and-docker-chaining-functions) <br/> Example of chaining function calls using sequences and docker images. | nodeJS |
| [Openwhisk Node Chaining Functions](https://github.com/serverless/examples/tree/v3/openwhisk-node-chaining-functions) <br/> Example of chaining function calls using sequences and the sdk. | nodeJS |
| [Openwhisk Node Scheduled Cron](https://github.com/serverless/examples/tree/v3/openwhisk-node-scheduled-cron) <br/> Example of creating a function that runs as a cron job using the serverless schedule event. | nodeJS |
Expand All @@ -162,7 +162,7 @@ serverless install -u https://github.com/serverless/examples/tree/v3/folder-name
| [Openwhisk Python Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-python-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint with OpenWhisk. | python |
| [Openwhisk Python Simple](https://github.com/serverless/examples/tree/v3/openwhisk-python-simple) <br/> Example demonstrates how to setup a simple Python function with OpenWhisk. | python |
| [Openwhisk Ruby Simple](https://github.com/serverless/examples/tree/v3/openwhisk-ruby-simple) <br/> Example demonstrates how to setup a simple Ruby function with OpenWhisk. | ruby |
| [Openwhisk Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple Rust function with OpenWhisk. | nodeJS |
| [Openwhisk Rust Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-rust-simple-http-endpoint) <br/> Example demonstrates how to setup a simple Rust function with OpenWhisk. | rust |
| [Openwhisk Swift Precompiled Binaries](https://github.com/serverless/examples/tree/v3/openwhisk-swift-precompiled-binaries) <br/> Swift packages and pre-compiled binaries on OpenWhisk. | swift |
| [Openwhisk Swift Scheduled Cron](https://github.com/serverless/examples/tree/v3/openwhisk-swift-scheduled-cron) <br/> Example of creating a Swift function that runs as a cron job using the serverless schedule event. | swift |
| [Openwhisk Swift Simple Http Endpoint](https://github.com/serverless/examples/tree/v3/openwhisk-swift-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP endpoint using Swift function with OpenWhisk. | swift |
Expand Down