basic funcionality improvements, as well as bundle refactor prep

This commit is contained in:
spushy
2022-02-08 20:34:14 -05:00
parent 872397e825
commit 744abbb7b8
4 changed files with 19 additions and 6 deletions

View File

@ -19,7 +19,7 @@ class ServiceListener(SqsListener):
logging.info('Process complete for %s', service.file_name)
def main():
logging.info('Starting Solver Service (v1.1.1)...')
logging.info('Starting Solver Service (v1.1.2)...')
listener = ServiceListener(
os.environ['SQS_QUEUE'],
region_name=os.environ['AWS_REGION'],