This example is tested within Mac environment.
Add target x86_64-unknown-linux-musl
rustup target add x86_64-unknown-linux-musl
Install a linker for the target platform
brew install filosottile/musl-cross/musl-cross
./build.sh
Logging for this project is using simple_logger When the lambda function is running within AWS, The logging level can be changed by setting the environment variable for RUST_LOG, e.g RUST_LOG=info