Update app/main.py
Co-authored-by: Owen <84334068+owenhtr@users.noreply.github.com>
This commit is contained in:
parent
dfeb65c900
commit
91e1640697
@ -28,7 +28,6 @@ class ServiceListener(Consumer):
|
||||
# but depending on if we can add the tagset to the sqs message body
|
||||
# we either extract that and then delegate to the appropriate service
|
||||
# or get the action tag from the object through the aws helper function
|
||||
# service = None
|
||||
key = aws_helper.get_key_from_message(body)
|
||||
bucket = aws_helper.get_bucket_from_message(body)
|
||||
action = aws_helper.get_object_tag(key, bucket, 'action')['Value']
|
||||
|
Loading…
x
Reference in New Issue
Block a user