diff --git a/doc_source/nodejs-prog-model-context.md b/doc_source/nodejs-prog-model-context.md index 4945c620..0ead6c85 100644 --- a/doc_source/nodejs-prog-model-context.md +++ b/doc_source/nodejs-prog-model-context.md @@ -41,4 +41,4 @@ exports.handler = function(event, context, callback) { console.log('AWSrequestID =', context.awsRequestId); callback(null, context.functionName); }; -``` \ No newline at end of file +```