Skip to content

Commit

Permalink
fix: my new fix (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
LIEN-YUHSIANG authored Oct 12, 2023
1 parent 9c0399f commit 2d7ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda/sync-image/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2d7ff6a

Please sign in to comment.