在API3.0扩展here的文档中,我找不到一个如何在OpenAPI上强制使用API键的例子。基本上,我希望使用OpenAPI .yaml文件来镜像what is shown here (in section "Require API key on a method") (当将其导入到APIGateway
当我尝试代理到另一个URL时,AWS API网关HTTP代理集成返回以下错误。Thu Jul 04 13:34:51 UTC 2019 : Sending request to https://api.example.com/{proxy}
Thu Jul 04 13:34:512019 : Execution failed due to configuration error: Illegal character in path at index 38: https://api.examp
有没有办法使用REST API而不是SDK来“放入事件”?例如,在他们的文档中,我看到了https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html POST /events或者使用lambda函数+ api网关会更好?