Sendnotification moved to the lambda / has bugs
This commit is contained in:
@@ -55,8 +55,12 @@ provider:
|
||||
# - exclude-me-dir/**
|
||||
|
||||
functions:
|
||||
hello:
|
||||
handler: handler.hello
|
||||
sendnotification:
|
||||
handler: handler.sendnotification
|
||||
events:
|
||||
- http:
|
||||
path: notifications/send
|
||||
method: post
|
||||
|
||||
# The following are a few example events you can configure
|
||||
# NOTE: Please make sure to change your handler code to work with those events
|
||||
|
||||
Reference in New Issue
Block a user