asp.net – Trouble mapping AWS API Gateway path to HTTP API – Stack Overflow
I’m having difficulty mapping an AWS Gateway url with path parameters to an HTTP API.
So far, I’ve been able to do the following:
- Map a static gateway url to a static beanstalk application url
- Map a gateway url with path parameters to a lambda function
I want a request to the API Gateway with this url –>
[resourceid]-amazonaws.com/%5Bstage-name%5Dconfig/{id}/raw
to go to this elastic beanstalk url –>
[applicationname]-elasticbeanstalk.com/config/{id}/raw
Also, I am using the new AWS Console and I’m not familiar with mapping template syntax
Read more here: Source link
