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