You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/11/26 03:09:29 UTC

[apisix] branch master updated: docs: add OpenWhisk plugin to README (#5611)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c5bde40  docs: add OpenWhisk plugin to README (#5611)
c5bde40 is described below

commit c5bde40feb0fd20674af3ced58fcabbcb35f701c
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Fri Nov 26 11:09:23 2021 +0800

    docs: add OpenWhisk plugin to README (#5611)
---
 README.md                | 1 +
 docs/zh/latest/README.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d14aae9..abce5e2 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
 - **Serverless**
   - [Lua functions](docs/en/latest/plugins/serverless.md): Invoke functions in each phase in APISIX.
   - [Azure functions](docs/en/latest/plugins/azure-functions.md): seamless integration with Azure Serverless Function as a dynamic upstream to proxy all requests for a particular URI to the Microsoft Azure cloud.
+  - [Apache OpenWhisk](docs/en/latest/plugins/openwhisk.md): seamless integration with Apache OpenWhisk as a dynamic upstream to proxy all requests for a particular URI to your own OpenWhisk cluster.
 
 ## Get Started
 
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index 7f8a1e2..c8a3a65 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -153,6 +153,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
 - **Serverless**
   - [Lua functions](plugins/serverless.md): 能在 APISIX 每个阶段调用 lua 函数.
   - [Azure functions](docs/en/latest/plugins/azure-functions.md): 能无缝整合进 Azure Serverless Function 中。作为动态上游,能将特定的 URI 请求全部代理到微软 Azure 云中。
+  - [Apache OpenWhisk](docs/en/latest/plugins/openwhisk.md): 与Apache OpenWhisk集成。作为动态上游,能将特定的 URI 请求代理到你自己的 OpenWhisk 集群。
 
 ## 立刻开始