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:

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

Like this:

Now, we will configure to make this work:

Here we manage the integration:

Next, we create a parameter mapping:

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

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

Top comments (0)