A minimal AWS Lambda function with Python
As you might know, AWS Lambda is a platform to create functions on the cloud(a.k.a serverless). Here is a minimal example to get started with AWS Lambda using Python. We will be creating a StringConcat function which will do only these 2 things :