How an AWS LAMBDA can be used as a proxy for any external service.
- Supporting article - How the architecture works?
The following are the pre-requisties
A machine which has latest nodejs version (prefer nodejs > 6.0)
AWS account
You can just copy the index.js from the proxyJS folder for the proxy lambda
You need to run npm install inside the externalJS folder. After that make a zip and upload to AWS lambda. This is required as AWS lambda does not have request-promise module