From 81f508242461eba520b088b0d63f1d6a674cf229 Mon Sep 17 00:00:00 2001 From: Misha Moroshko Date: Wed, 10 Apr 2019 12:36:06 -0400 Subject: [PATCH] Fix typo: event => context --- lessons/core-concepts/5-authenication/functions/protected.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/core-concepts/5-authenication/functions/protected.js b/lessons/core-concepts/5-authenication/functions/protected.js index 46496e9..b459b45 100644 --- a/lessons/core-concepts/5-authenication/functions/protected.js +++ b/lessons/core-concepts/5-authenication/functions/protected.js @@ -9,7 +9,7 @@ The `context.clientContext.user` data contains the claims of the user. */ exports.handler = async (event, context) => { - console.log('Check event for clientContext.user') + console.log('Check context for clientContext.user') return { statusCode: 200, body: JSON.stringify({