Serverless Architectures rely on Function-as-a-Service offerings, such as AWS Lambda, which provides the glue that connects serverless resources. More precisely, AWS Lambda is an elegant and scalable solution to perform event-based computation in the cloud. Fitting examples are the analysis of incoming email, conversion of newly uploaded files and state machines that implement business processes. Furthermore, when fronted by serverless API Gateways, Lambda functions can be used to drive HTTP-based APIs. weiterlesen