Skip to content

Commit 8b98408

Browse files
committed
revert error message
1 parent 00ae774 commit 8b98408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/filenameprocessor/src/file_name_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def handle_batch_file(file_key, bucket_name, message_id, created_at_formatted_st
187187

188188
return {
189189
"statusCode": 200,
190-
"message": "Batch file successfully processed",
190+
"message": "Successfully sent to SQS for further processing",
191191
"file_key": file_key,
192192
"message_id": message_id,
193193
"vaccine_type": vaccine_type,

0 commit comments

Comments
 (0)