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

wenming 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 13c119f  docs: add aws lambda plugin to readme (#5655)
13c119f is described below

commit 13c119f55957f9abde71847f4874ccc25b3ae20a
Author: Bisakh <bisakhmonda...@gmail.com>
AuthorDate: Thu Dec 2 06:21:28 2021 +0530

    docs: add aws lambda plugin to readme (#5655)
    
    Co-authored-by: 罗泽轩 <spacewander...@gmail.com>
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index abce5e2..1591e54 100644
--- a/README.md
+++ b/README.md
@@ -153,8 +153,9 @@ 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.
+  - [AWS Lambda](docs/en/latest/plugins/aws-lambda.md): Integration with AWS 
Lambda function as a dynamic upstream to proxy all requests for a particular 
URI to the AWS API gateway endpoint. Supports authorization via api key and AWS 
IAM access secret.
+  - [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
 

Reply via email to