lib/awspec/stub/apigateway.rb in cthiesfork-awspec-1.2.0 vs lib/awspec/stub/apigateway.rb in cthiesfork-awspec-1.2.1

- old
+ new

@@ -91,10 +91,17 @@ method_integration: { http_method: 'POST', uri: 'http://127.0.0.1:8080/zambonis/{arena}' } } } }, { - path: '/zambonis/123' + path: '/zambonis/123', + resource_methods: { + 'POST' => { + http_method: 'POST', + method_integration: { http_method: 'AWS', + uri: 'arn:aws:apigateway:us-east-1:cognito-idp:action/ListUsers' } + } + } } ] } } }