Adding lambda_runtime_types library as a dependency

Run this command in a terminal, in your project's directory:

cargo add lambda-runtime-types

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

lambda-runtime-types = "0.6.13"

The lambda_runtime_types library will be automatically available globally. Read the lambda_runtime_types library documentation.

Back to the crate overview.