This is the code repository for the blog post: https://ervinszilagyi.dev/articles/aws-lambda-extensions-with-rust.html
- Rust: https://www.rust-lang.org/tools/install
- cargo-lambda: https://www.cargo-lambda.info/guide/installation.html
- terragrunt
- terraform (>1.3.0)
- Build the Lambda extension:
cd src/lambda-extension
cargo lambda build --extension
- Deploy the infrastructure:
cd live/lamdba
terragrunt run-all apply