AWS lambda functions are the foundation of serverless computing on AWS. They are useful to react to AWS events (SNS message published, file uploaded on S3, etc) but are also often used to just do some serverless computing. You invoke your lambda with some input, it computes something and returns…