AWS Lambda
AWS Lambda allows you to write functions and run them as a scalable service. It
supports popular languages and runtimes like JavaScript/NodeJS, Python, Go and
Java. It allows an event-driven model wherein Lambda functions are invoked in
response to events, e.g., requests to an API Gateway,