Skip to content

Commit 06905b8

Browse files
committed
added debug for modified payload
1 parent def2d14 commit 06905b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metering/services.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def save_usage_details(self, usage_details_dict):
4040

4141

4242
class APIUtilityService:
43-
lambda_client = boto3.client('lambda')
43+
44+
def __init__(self):
45+
self.lambda_client = boto3.client('lambda')
4446

4547
def get_user_address(self, group_id, channel_id):
4648
lambda_payload = {

0 commit comments

Comments
 (0)