Skip to content

Instantly share code, notes, and snippets.

@postkin
Created February 11, 2020 00:56
Show Gist options
  • Save postkin/2d8ca638710e96c960825f6b8c8d422d to your computer and use it in GitHub Desktop.
Save postkin/2d8ca638710e96c960825f6b8c8d422d to your computer and use it in GitHub Desktop.
aws-api-gateway-pass-through
{
"x-amazon-apigateway-integration": {
"uri": "http://functions.laneworks.net/locations/regions-get.php",
"responses": {
"default": {
"statusCode": "200"
}
},
"passthroughBehavior": "when_no_match",
"httpMethod": "GET",
"type": "http"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment