You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/nodejs-prog-model-context.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ In addition, the `context` object provides the following properties that you can
75
75
Name of the Lambda function that is executing\.
76
76
77
77
**functionVersion**
78
-
The Lambda function version that is executing\. If an alias is used to invoke the function, then `function_version` will be the version the alias points to\.
78
+
The Lambda function version that is executing\. If an alias is used to invoke the function, then `functionVersion` will be the version the alias points to\.
79
79
80
80
**invokedFunctionArn**
81
81
The ARN used to invoke this function\. It can be a function ARN or an alias ARN\. An unqualified ARN executes the `$LATEST` version and aliases execute the function version it is pointing to\.
0 commit comments