DEV Community

Said Olano
Said Olano

Posted on

Api Gateway configuration with external API (test purposes)

If you want to add path variables such as this one:
https://jsonplaceholder.typicode.com/users/2

You have to edit your route and assign parameters:

Image description

Then, on this page, you will need to integrate it with your desired path:

Image description

Like this:

Image description

Now, we will configure to make this work:

Image description

Here we manage the integration:
Image description

Next, we create a parameter mapping:

Image description

Finally, we deploy our last integration/change to the desired environment:

Image description

Now, we can use some other external APIs in our internal development by address them with our AWS Api Gateway Service:

Image description

Top comments (0)