[已解决] AWS(和StackOverflow)新手.我正在尝试在AWS上创建一个lambda服务,并通过API网关从外部访问它,无需身份验证或限制.
为了方便起见,我现在将网关设置为模拟.
在API的Get方法上,Authorization设置为None,API Key为not required.
None
not required
当我尝试这个时,我得到{"message":"Forbidden"} (如果我将它连接到实际的lambda服务,则相同的消息).
{"message":"Forbidden"}
有关如何使其可访问的任何建议?谢谢
amazon-web-services aws-api-gateway
amazon-web-services ×1
aws-api-gateway ×1