Go to AWS API Gateway and select "HTTP API" as type:
Then, provide a name:
Let's suppose we are going to be on the "development" environment, so let's call our "stage" with this name:
On this page, create a "route". This lets us to link a URL with an endpoint resource, next screens will clarify some help on this elements:
Go to integration on the left side and "add a new integration":
Define your integration and the picture says:
Then, deploy your last created integration:
This is the next window:
If you want to test the Api Gateway, go to this page and add at the end of the url the "/posts"
You will get something like this:
Top comments (0)