From f3b145dbfb135de962d701de192a121bb3d752ce Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Thu, 14 Dec 2023 08:07:47 -0500 Subject: [PATCH] document the API Gateway pass through to fix https://github.com/sebsto/swift-openapi-lambda/issues/4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd47ad1..371eeee 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ Resources: Type: AWS::Serverless::Function Properties: Events: - # handles all GET / method of the REST API + # pass through all HTTP verbs and paths Api: Type: HttpApi Metadata: