Run the lambda function locally
cd lambda_functions/request_handler
cargo lambda watchand in another terminal, invoke it
cargo lambda invoke --data-example apigw2-http --output-format jsonFirst, build and package both lambda functions
just buildThen, deploy the lambda function to AWS
cd terraform/environments/dev
terraform init
terraform plan
terraform applyjust test