spacewander commented on a change in pull request #5664:
URL: https://github.com/apache/apisix/pull/5664#discussion_r760693386



##########
File path: docs/en/latest/plugins/aws-lambda.md
##########
@@ -136,6 +137,43 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 
'X-API-KEY: edd1c9f034335f13
 
 **Note**: This approach assumes you already have an iam user with the 
programmatic access enabled and required permissions 
(`AmazonAPIGatewayInvokeFullAccess`) to access the endpoint.
 
+### Plugin with Path Forwarding
+
+AWS Lambda plugin supports url path forwarding while proxying request to the 
modified upstream (AWS Gateway URI endpoint). With that being said, any 
extension to the path of the base request APISIX gateway URI gets "appended" 
(path join) to the `function_uri` specified in the plugin configuration. To 
test this behavior, see the below example:

Review comment:
       Better to emphasize that the uri of the route needs to be ended with `*`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to