Skip to content

Commit

Permalink
HOTFIX - Added MessageSid Being Processed in Forwarder (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan authored Oct 16, 2024
1 parent 241c930 commit ce4ea97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def vetext_incoming_forwarder_lambda_handler(

for event_body in event_bodies:
logger.debug('Processing event_body: %s', event_body)

logger.info('Processing MessageSid: %s', event_body.get('MessageSid'))
response = make_vetext_request(event_body)

if response is None:
Expand Down

0 comments on commit ce4ea97

Please sign in to comment.