mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
docs: add aws lambda plugin to readme (#5655)
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
This commit is contained in:
parent
62379b2ded
commit
13c119f559
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user