Relative Content

Tag Archive for aws-api-gateway

I want to send request to not proxy path first in same resource in amazon apigateway

I’ve two resource in apigateway. one is proxied that integrated with httpd endpoint and other is normal path that integrated with lambda. These are in same resources. is there any way when i hit /api_b2b_php7/v9/app/tutorial/ it will go with lambda and any other endpoint it will go with proxy. path. Right now /api_b2b_php7/v9/app/tutorial/ this is going with proxy path. I try to change its order but its not possible. I want to put these two in same v9 version. Anyone can help me in this.