Skip to content

Commit 056eb51

Browse files
committed
debug
1 parent 7f76497 commit 056eb51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

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

10+
console.log('message:', message);
11+
1012
const githubRepoUrl = 'https://github.com/project-notification/readme/issues';
1113

1214
const htmlBody = `

0 commit comments

Comments
 (0)