简体   繁体   English

无法在 AWS 控制台创建 Lambda Function

[英]Cannot Create a Lambda Function on AWS Console

I cannot create a Lambda function. After clicking the create function button, the loading icon appears for around 10 sec then disappear.我无法创建 Lambda function。单击创建 function 按钮后,加载图标出现约 10 秒然后消失。 No error message display.没有错误信息显示。 No function is created.没有创建 function。 It's been an issue for me couple of days now.这几天对我来说一直是个问题。 没有出现错误信息

I also inspected the.network tab and found several 403 code responses with this error message我还检查了 .network 选项卡,发现了几个带有此错误消息的 403 代码响应

The request signature we calculated does not match the signature you provided.我们计算出的请求签名与您提供的签名不匹配。 Check your AWS Secret Access Key and signing method.检查您的 AWS 秘密访问密钥和签名方法。 Consult the service documentation for details.有关详细信息,请参阅服务文档。

403 错误响应

I've tried these without success我试过这些但没有成功

  • Use different browsers eg.使用不同的浏览器,例如。 Edge, Chrome, Firefox边缘,铬,Firefox
  • Try on another machine在另一台机器上试试
  • Sync my machine time同步我的机器时间

Info信息

  • The AWS account is root account AWS账户是根账户
  • No issue on personal health dashboard个人健康仪表板上没有问题
  • Creating a function using cli works使用 cli 工作创建 function
  • I just notice that I also can't create a new layer, layer version.我只是注意到我也无法创建新图层,图层版本。
  • Editing source code of existing functions via console editor does not work as well.通过控制台编辑器编辑现有功能的源代码效果不佳。 When clicking deploy button, a strange error message "[object Object]" appear, and also get the 403 signature not match in the.network tab.单击部署按钮时,会出现一个奇怪的错误消息“[object Object]”,并且还会在 .network 选项卡中得到 403 signature not match。

I filed a support request and they told me it was a bug in their system.我提出了支持请求,他们告诉我这是他们系统中的错误。 They fixed it and now it works.他们修好了,现在可以用了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM