具有Lambda集成的AWS Api Gateway仅可通过控制台运行

时间:2017-07-26 13:39:55

标签: amazon-web-services aws-lambda aws-api-gateway amazon-cloudformation

我有一个CloudFormation模板,用于设置带有Lambda集成的API网关。通过AWS控制台测试集成时,它可以正常工作。

当我尝试通过Postman或Chrome使用HTTP方法时,响应为 null

完整的模板可以在这里看到: https://github.com/mattcanty/musicdown/blob/07b899d5924ab2fcc675cc521706b0c217e4e07e/cloudformation.yaml

我认为有些事情并不恰到好处:

(byebug) User.last.method(:foo?)
#<Method: User(#<Module:0x007fd4c0a03da8>)#foo?>
(byebug) User.last.method(:foo?).source_location
["/Users/user1/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/activerecord-4.2.7/lib/active_record/enum.rb", 122]
(byebug) 

0 个答案:

没有答案