DEV Community

Discussion on: Http Request with AWS Lambda, Node.js 8.10, and Standard http library

Collapse
 
nicolasmorinpomerleau profile image
nicolasmorinpomerleau • Edited

In case of Lambda project, what urls we put in host and path parameters ?

Collapse
 
scottlepp profile image
Scott Lepper

In this case I was running Voyager Search on an ec2 instance. The host was the ec2 instance and the path was to a REST call that Voyager Search supports, but you could take this approach with any REST provider.