Making External HTTPS Requests Using AWS Lambda and Node.js

Logging and analyzing your data

Angad Singh
Better Programming
Published in
9 min readDec 16, 2019

--

Photo by Khara Woods on Unsplash

Leveraging AWS Architecture

In a previous article we learned how to create a Node.js Lambda function and how to connect it with an HTTP API Gateway. Our Lambda looked something like this:

--

--