【发布时间】:2018-10-16 08:07:24
【问题描述】:
这个问题还有更多细节,除了这里的报告:AWS Lambda: Calling the Invoke API failed with message: [object Object]
- 当我尝试调用我的 Lambda 函数时,通过单击“测试”按钮,我看到了报告的错误。
- 在浏览器上看到的问题:Firefox Nightly 64.0a1 (2018-10-15)(64 位),在 Windows 10 系统上。在浏览器控制台中,我看到此错误:
TypeError: asm.js type error: Disabled by 'asmjs' runtime option rusha.min.js - 在 Firefox 开发工具的网络选项卡中,我看到调用返回
403错误。回应是:{"message":"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."}
在 Microsoft Edge 和 Chrome 浏览器上一切正常。
【问题讨论】:
-
@iftekhardani,感谢您的链接。但是,我不确定我是否可以控制创建签名。无论如何,这在 Edge 和 Chrome 上都可以正常工作。
标签: firefox aws-lambda