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 21d8357 commit f58a201Copy full SHA for f58a201
src/main/php/com/amazon/aws/lambda/Context.class.php
@@ -65,7 +65,7 @@ public function toString() {
65
" [logStreamName ] %s\n".
66
" [region ] %s\n".
67
" [clientContext ] %s\n".
68
- " [identity ] %s\n".
+ " [cognitoIdentity ] %s\n".
69
"}\n",
70
nameof($this),
71
$this->awsRequestId,
@@ -80,7 +80,7 @@ public function toString() {
80
$this->logStreamName ?? '(null)',
81
$this->region,
82
$this->clientContext ?? '(null)',
83
- $this->identity ?? '(null)'
+ $this->cognitoIdentity ?? '(null)'
84
);
85
}
86
0 commit comments