Adding aws_utils_lambda library as a dependency

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

cargo add aws_utils_lambda

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

aws_utils_lambda = "0.3.0"

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

Back to the crate overview.