DEV Community

Discussion on: Build an API Gateway with NestJs in 10 minutes

Collapse
 
paridhi196 profile image
Paridhi196

Hi Daniel,

Great article. I need to integrate AWS API gateway which will be consuming my nestjs microservice. Is there a way we can directly make a call from AWS API gateway and can remove from here.

Thanks.

Collapse
 
danmt profile image
Daniel Marin

Hello my friend, I don't know how this comment slipped through.

To be entirely honest with you I'm far from being an AWS expert. From a 10,000 ft view, all you gotta do is creating a new endpoint and set it up to proxy the call to another domain where your NestJs service is running.

Hope that helps.