Skip to content

Commit dcc1836

Browse files
Merge pull request #373 from lara-learning/chore/allow-http3
chore: allow http3
2 parents b5ff66f + c77dd4a commit dcc1836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ resources:
404404
Ref: OAC
405405
S3OriginConfig:
406406
OriginAccessIdentity: ''
407-
HttpVersion: http2
407+
HttpVersion: http2and3
408408
DefaultRootObject: index.html
409409
DefaultCacheBehavior:
410410
AllowedMethods:
@@ -448,7 +448,7 @@ resources:
448448
OriginSSLProtocols:
449449
- TLSv1.2
450450
OriginPath: '/${self:custom.stage}'
451-
HttpVersion: http2
451+
HttpVersion: http2and3
452452
DefaultCacheBehavior:
453453
AllowedMethods:
454454
- DELETE

0 commit comments

Comments
 (0)