Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 784 Bytes

File metadata and controls

25 lines (16 loc) · 784 Bytes

AWS Lambda Proxy

How an AWS LAMBDA can be used as a proxy for any external service.

Getting Started

Overall Architecture

Prerequisites

The following are the pre-requisties

A machine which has latest nodejs version (prefer nodejs > 6.0)
AWS account

Installing

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