reupload image

This commit is contained in:
Jun-te Kim 2025-07-16 16:15:35 +00:00
parent 10e4dc50e0
commit ba84eb8bff

View file

@ -5,6 +5,7 @@ from etl.read_stuff_from_s3_example import print_hello_from_etl_module
def handler(event, context):
try:
print("show me something.. anything...")
s3_uri = event.get("file_location")
print_hello_from_etl_module()
if not s3_uri: