jorgebastida / jorgebastida/gordon
Support for ApiGateway Integration "PassthroughBehavior" parameter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Gordon's ApiGateway integration configuration and checking the troposphere dependency version; the issue provides the AWS documentation link for PassthroughBehavior. No files or tests are named, so identify the relevant configuration path and existing integration coverage. Done means the parameter can be configured in Gordon and is retained across deployments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100