I\'ve got a Python script for an AWS Lambda function that does HTTP POST requests to another endpoint. Since Python\'s urllib2.request, https://docs.python.org/2/li
urllib2.request
pip install requests and then import requests to use.
pip install requests
import requests