We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c348a + 7b1f708 commit 1813fdaCopy full SHA for 1813fda
1 file changed
lambda_function.py
@@ -94,7 +94,7 @@ def lambda_handler(event, context):
94
try:
95
logger.info("Starting Lambda execution")
96
body = extract_data_body(event)
97
- participants_data = body.get('participants', [])
+ participants_data = body
98
99
if not participants_data:
100
logger.warning("No participants found in message")
0 commit comments