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.
2 parents 302dfdf + 297df50 commit 89a3e91Copy full SHA for 89a3e91
doc_source/nodejs-prog-model-context.md
@@ -41,4 +41,4 @@ exports.handler = function(event, context, callback) {
41
console.log('AWSrequestID =', context.awsRequestId);
42
callback(null, context.functionName);
43
};
44
-```
+```
0 commit comments