File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55### Added
66
77- AWS api-change: Rework regions configuration
8+ - AWS api-change: remove trailling ` / ` in ` ListFunctions ` request
89
910### Changed
1011
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public function request(): Request
126126 }
127127
128128 // Prepare URI
129- $ uriString = '/2015-03-31/functions/ ' ;
129+ $ uriString = '/2015-03-31/functions ' ;
130130
131131 // Prepare Body
132132 $ body = '' ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function testRequest(): void
1818
1919 // see https://docs.aws.amazon.com/lambda/latest/APIReference/API_ListFunctions.html
2020 $ expected = '
21- GET /2015-03-31/functions/ ?FunctionVersion=ALL&Marker=xxyy&MasterRegion=eu-central-1&MaxItems=1337 HTTP/1.1
21+ GET /2015-03-31/functions?FunctionVersion=ALL&Marker=xxyy&MasterRegion=eu-central-1&MaxItems=1337 HTTP/1.1
2222 Content-type: application/json
2323 Accept: application/json
2424 ' ;
You can’t perform that action at this time.
0 commit comments