Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.351.3"
"${LATEST}": "3.351.5"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
1 change: 1 addition & 0 deletions src/Service/Lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- AWS api-change: Rework regions configuration
- AWS api-change: This release migrated the model to Smithy keeping all features unchanged.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/Service/Lambda/src/Input/ListFunctionsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function request(): Request
}

// Prepare URI
$uriString = '/2015-03-31/functions/';
$uriString = '/2015-03-31/functions';

// Prepare Body
$body = '';
Expand Down
Loading