TCP/IP over Amazon Cloudwatch Logs
TCP/IP over Amazon Cloudwatch Logs
Running network services inside AWS Lambda Functions
You can’t ping an AWS Lambda function. This post is about implementing TCP/IP over Amazon Cloudwatch Logs using Go, which enables you to access network services running inside of AWS Lambda functions. Using a tun or tap interface, I can bridge my AWS Lambda network endpoints to my local development machine:
High-level architecture of Richard Linklayer where a Linux host communicates with a TCP network service running inside of an AWS Lambda function.
Source: medium.com