We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d816d commit 1ea5ea4Copy full SHA for 1ea5ea4
src/main/php/com/amazon/aws/lambda/Environment.class.php
@@ -56,7 +56,7 @@ public function credentials() {
56
return new Credentials(
57
$this->variables['AWS_ACCESS_KEY_ID'],
58
$this->variables['AWS_SECRET_ACCESS_KEY'],
59
- $this->variables['AWS_SESSION_TOKEN'] ?? null,
+ $this->variables['AWS_SESSION_TOKEN'] ?? null
60
);
61
}
62
0 commit comments