Skip to content
Closed
Changes from all commits
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
8 changes: 4 additions & 4 deletions doc_source/python-context-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ The name of the CloudWatch log group where you can find logs written by your Lam

**log\_stream\_name**
The name of the CloudWatch log stream where you can find logs written by your Lambda function\. The log stream may or may not change for each invocation of the Lambda function\.
The value is null if your Lambda function is unable to create a log stream, which can happen if the execution role that grants necessary permissions to the Lambda function does not include permissions for the CloudWatch Logs actions\.
The value is `None` if your Lambda function is unable to create a log stream, which can happen if the execution role that grants necessary permissions to the Lambda function does not include permissions for the CloudWatch Logs actions\.

**identity**
Information about the Amazon Cognito identity provider when invoked through the AWS Mobile SDK\. It can be null\.
Information about the Amazon Cognito identity provider when invoked through the AWS Mobile SDK\. It can be `None`\.
+ **identity\.cognito\_identity\_id**
+ **identity\.cognito\_identity\_pool\_id**

**client\_context**
Information about the client application and device when invoked through the AWS Mobile SDK\. It can be null\.
Information about the client application and device when invoked through the AWS Mobile SDK\. It can be `None`\.
+ **client\_context\.client\.installation\_id**
+ **client\_context\.client\.app\_title**
+ **client\_context\.client\.app\_version\_name**
Expand All @@ -96,4 +96,4 @@ Information about the client application and device when invoked through the AWS

A `dict` of environment information provided by the AWS Mobile SDK\.

In addition to the options listed above, you can also use the AWS X\-Ray SDK for [Python](python-tracing.md) to identify critical code paths, trace their performance and capture the data for analysis\.
In addition to the options listed above, you can also use the AWS X\-Ray SDK for [Python](python-tracing.md) to identify critical code paths, trace their performance and capture the data for analysis\.