We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f767238 commit 5c0ed8dCopy full SHA for 5c0ed8d
src/index.ts
@@ -7,7 +7,6 @@ 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