diff --git a/src/lambda/sync-image/index.py b/src/lambda/sync-image/index.py index 490af8427..1c23dc62c 100644 --- a/src/lambda/sync-image/index.py +++ b/src/lambda/sync-image/index.py @@ -33,7 +33,7 @@ def handler(event, context): # Get event payload and get imgs information key = event['Records'][0]['s3']['object']['key'] - print(key) # Try out the code + print(key) # Try to fix board_id, ad_id = key.split('/') print(board_id, ad_id)