Skip to content

Commit 6d3ecdf

Browse files
committed
Fixed formatting
1 parent e6a8788 commit 6d3ecdf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

serverless.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ provider:
2626
functions:
2727
api:
2828
handler: lambda.universal
29+
timeout: 30
2930
events:
30-
- http: ANY {proxy+}
31-
- http: ANY /
31+
- http:
32+
path: /{proxy+}
33+
method: ANY
34+
- http:
35+
path: /
36+
method: ANY
3237
vpc: ${self:custom.vpcSettings.current}
3338
videoPingback:
3439
handler: lambda.videoPingback

0 commit comments

Comments
 (0)