I have been trying to use NodeJS to extract user IP addresses from an API get request sent to lambda. I used the following mapping template: I then looked around online and found the following lambda code to extract the source address from the response sent to lambda. however using […]