1 Answer
- Newest
- Most votes
- Most comments
1
This is correct. You can't append anything after the stage name. If you do you get an error.
To work around this you can deploy a CloudFront distribution in front of API Gateway and then use a CloudFront Function to modify the URL by removing the ID and placing it in a header or in a request parameter.
Relevant content
- asked 7 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago

Many thanks for pointing me in the right direction!