This commit is contained in:
brmnjsh 2023-09-03 21:56:32 +00:00
parent 4ceeadbbb8
commit 8f182ef170

View File

@ -19,7 +19,7 @@ class ServiceListener(Consumer):
# gather/manage/process data based on the particular needs
logging.info('Incoming message: %s', body)
# have to swith to either this or the AbilityEstimationService
# have to switch to either this or the AbilityEstimationService
# 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