- Build:
cargo build - Run all tests:
cargo nextest run - Run a single test:
cargo nextest run <test_name> - Lint:
cargo clippy --all-targets - Docs:
cargo doc --no-deps
src/lib.rs— Core adapter logic, public API (Adapter,AdapterOptions,Protocol,LambdaInvokeMode)src/main.rs— Binary entrypointsrc/readiness.rs— Readiness check checkpoint timingtests/integ_tests/— Integration teststests/e2e_tests/— End-to-end tests (marked#[ignore], require external setup)
- Environment variables use
AWS_LWA_prefix - Tests that mutate env vars rely on nextest's per-test process isolation