小编fir*_*rst的帖子

无法通过 Amazon CloudFront 发送请求:403 错误

我在 laravel 框架上创建了一个带有 crud(创建、查看、更新、删除)操作的 AWS Lambda 函数。

我想更新记录:

User::where('email', 'balbla@gmail.com')->update(['name' => $request->get('name')]);
Run Code Online (Sandbox Code Playgroud)

但我有这个错误:

403 ERROR
The request could not be satisfied.
Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. 
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront …
Run Code Online (Sandbox Code Playgroud)

php amazon-web-services amazon-cloudfront laravel

1
推荐指数
1
解决办法
5956
查看次数