From 9dcdd7c5a7df331b83502c36358a45df7d59622c Mon Sep 17 00:00:00 2001 From: "Y.H LIEN" Date: Thu, 12 Oct 2023 23:28:16 +0900 Subject: [PATCH] chore: fix sync imgs3 --- src/lambda/sync-image/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lambda/sync-image/index.py b/src/lambda/sync-image/index.py index ab6cf6d7a..1f6b6fba8 100644 --- a/src/lambda/sync-image/index.py +++ b/src/lambda/sync-image/index.py @@ -33,6 +33,6 @@ def handler(event, context): # Get event payload and get imgs information key = event['Records'][0]['s3']['object']['key'] - print(key) + print(key) # Try out the code return post_imgskey(key)