We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0592ac commit c857ac9Copy full SHA for c857ac9
serverless.yml
@@ -82,6 +82,11 @@ resources:
82
- ErrorCode: 404
83
ResponseCode: 200
84
ResponsePagePath: /index.html
85
+ # For some reason, CloudFront or S3 generates 403 errors for non existent files
86
+ # when it is configured with Origin Access Control and without static website hosting in S3 bucket
87
+ - ErrorCode: 403
88
+ ResponseCode: 200
89
+ ResponsePagePath: /index.html
90
DefaultCacheBehavior:
91
AllowedMethods: ["GET", "HEAD", "OPTIONS"]
92
CachedMethods: ["GET", "HEAD", "OPTIONS"]
0 commit comments