Skip to content

Commit a8a6f96

Browse files
authored
feat: use API Gateway v1 instead of v2 (#19)
1 parent 6f30346 commit a8a6f96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ functions:
4949
- ${bref-extra:imagick-php-83}
5050
timeout: 28 # in seconds (API Gateway has a timeout of 29 seconds)
5151
events:
52-
- httpApi: '*'
52+
- http: 'GET /'
53+
- http: 'GET /{proxy+}'
5354
- schedule:
5455
rate: rate(5 minutes)
5556
input:

0 commit comments

Comments
 (0)