Skip to content

Commit 34085a2

Browse files
committed
Apply suggestion from @jderusse
1 parent 9630d92 commit 34085a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Service/Lambda/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

src/Service/Lambda/tests/Unit/Input/ListFunctionsRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
';

0 commit comments

Comments
 (0)