Skip to content

Commit 1eb652e

Browse files
committed
add logging
1 parent fea3d7a commit 1eb652e

File tree

1 file changed

+4
-0
lines changed
  • functions/zoom-meeting-webhook-handler

1 file changed

+4
-0
lines changed

functions/zoom-meeting-webhook-handler/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const handler = async function (event, context) {
2626

2727
const signature = `v0=${hashForVerify}`;
2828

29+
console.log('headers');
30+
console.log(headers);
31+
console.log(headers.get ? headers.get('x-zm-signature') : 'no headers.get');
32+
2933
console.log('message');
3034
console.log(message);
3135
console.log('signature');

0 commit comments

Comments
 (0)