We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f76497 commit 056eb51Copy full SHA for 056eb51
src/index.ts
@@ -7,6 +7,8 @@ export const handler: SQSHandler = async (event: SQSEvent) => {
7
const project = message.project;
8
const sesClient = new SESClient();
9
10
+ console.log('message:', message);
11
+
12
const githubRepoUrl = 'https://github.com/project-notification/readme/issues';
13
14
const htmlBody = `
0 commit comments