Recently, I noticed that requests to RestAPIs in API Gateway are path case-sensitive.
How exactly can I disable this so that it is no longer case sensitive? Is this even possible?
Id like my request to api.company.com/prod to work along with api.company.com/Prod
Can an expert AWS API Gateway expert chime in here? Is this really a hard constraint?