From 45a67664adea773e3cf911786bee785cf30c2cfa Mon Sep 17 00:00:00 2001 From: hreining <74049195+hreining@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:09:41 +0200 Subject: [PATCH] Update HelloBlazePreprocessLambda.py --- lesson3/HelloBlazePreprocessLambda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lesson3/HelloBlazePreprocessLambda.py b/lesson3/HelloBlazePreprocessLambda.py index 62732da00..8afb99e63 100644 --- a/lesson3/HelloBlazePreprocessLambda.py +++ b/lesson3/HelloBlazePreprocessLambda.py @@ -5,8 +5,8 @@ import boto3 from botocore.exceptions import ClientError -BUCKET_NAME = 'FILL_THIS_IN' -PREFIX = 'FILL_THIS_IN' +BUCKET_NAME = 'dev-ml-hreining' +PREFIX = 'lambda' # Function below unzips the archive to the local directory.