Skip to content

Commit c16ed8f

Browse files
author
purohmid
committed
updated index file
1 parent 3bd3bb2 commit c16ed8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sqs-lambda-tenant-isolation-sam-py/sqs-processor

sqs-lambda-tenant-isolation-sam-py/sqs-processor/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ def handler(event, context):
2424
TenantId=message_group_id
2525
)
2626

27-
print(f"Invoked tenant-isolated function for message group: {message_group_id}")
27+
print(f"Invoked tenant-isolated function for messagegroup: {message_group_id}")
2828

2929
return {'statusCode': 200}

0 commit comments

Comments
 (0)