We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2860c commit 64e94a4Copy full SHA for 64e94a4
src/index.ts
@@ -16,7 +16,6 @@ export const handler: SQSHandler = async (event: SQSEvent) => {
16
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
17
<div style="max-width: 600px; margin: 0 auto; padding: 20px;">
18
<h1 style="color: #4a4a4a;">새로운 프로젝트 알림</h1>
19
- <p>안녕하세요,</p>
20
<p>새로운 프로젝트가 등록되었습니다:</p>
21
<div style="background-color: #f0f0f0; padding: 15px; border-radius: 5px;">
22
<h2 style="color: #2c3e50; margin-top: 0;">${project.title}</h2>
0 commit comments