Skip to content

Commit f767238

Browse files
committed
logging
1 parent 056eb51 commit f767238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const handler: SQSHandler = async (event: SQSEvent) => {
77
const project = message.project;
88
const sesClient = new SESClient();
99

10+
console.log('event:', event);
1011
console.log('message:', message);
1112

1213
const githubRepoUrl = 'https://github.com/project-notification/readme/issues';

0 commit comments

Comments
 (0)