Adding lambda library as a dependency
Run this command in a terminal, in your project's directory:
cargo add lambda-rs
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
lambda-rs = "2023.1.30"
The lambda library will be automatically available globally.
Read the lambda library documentation.
Back to the crate overview.