Category: Data, github

AWS Lambdas provide a convenient environment in which to run short-lived applications without having to worry about provisioning the underlying hardware or manage operating systems. In this post, we'll look at a simple Java application that can run as a Lambda.

Related Articles