Skip to content

Commit

Permalink
fix: 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinkypeach committed Feb 10, 2024
1 parent 14eda6f commit eaaa7d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ functions:
- httpApi:
method: POST
path: /slack/uploadNotion
- schedule:
rate: rate(1 hour)
enabled: true
input:
detail-type: "ScheduledEvent"
source: "aws.events"
detail: {}
- schedule:
rate: rate(1 hour)
enabled: true
input:
detail-type: "ScheduledEvent"
source: "aws.events"
detail: {}
SendBlogInfoToSlackSchedule:
handler: dist/scheduler/sendBlogInfoToSlackChannel.handler
timeout: 20
Expand Down

0 comments on commit eaaa7d4

Please sign in to comment.