jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.04k stars 137 forks source link

Support for ApiGateway Integration "PassthroughBehavior" parameter #83

Open ValerioM opened 8 years ago

ValerioM commented 8 years ago

It would help alot to have the "PassthroughBehavior" of ApiGateway available in gordon config: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html#cfn-apigateway-method-integration-passthroughbehavior

Should have been recently implemented in the latest troposphere, if i'm not mistaken. It's a bit annoying having to change it from aws panel at every deploy, and having the wrong value can lead to some serious security implications for lambdas too...

And ofc, thanks for the amazing work!

edit: after another check, it looks like the parameter has been merged into master of troposphere but not yet tagged for release, but i assume it will be within a few days.