File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-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: This release migrated the model to Smithy keeping all features unchanged.
8+ - AWS api-change: remove trailling ` / ` in ` ListFunctions ` request
99
1010### Changed
1111
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