lambda_runtime 0.3.0

AWS Lambda Runtime
Documentation

The mechanism available for defining a Lambda function is as follows:

Create a type that conforms to the [Handler] trait. This type can then be passed to the the lambda_runtime::run function, which launches and runs the Lambda runtime.