Skip to content

Commit

Permalink
walking through it
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Mar 28, 2024
1 parent 7a3a8af commit 89d425f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ def send_sqs(metadata: dict) -> dict|None:
aws_secret_access_key=metadata['awsSecret']
)
message = {
'depID': metadata['dep_id'],
'depID': metadata['depID'],
'deployer': metadata['deployer'],
'labID': metadata['lab_id'],
'labID': metadata['labID'],
}
except Exception as e:
print(f"Error building SQS client and message: {e}")
Expand Down

0 comments on commit 89d425f

Please sign in to comment.