How Serverless Functions Work – Using AWS Lambda as an Example
By Xiao Sun [This post is Part Two of a three part series. Part One covered Why Serverless, and Part Three will cover creating and Securing Serverless.] In this post, using the AWS Lambda service as a basis, we will investigate what is behind serverless, how functions are invoked, and what resources are available to build a powerful service. …