lambda_runtime 0.3.1

AWS Lambda Runtime
Documentation
lambda_runtime-0.3.1 has been yanked.

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.