hanabu / lambda-web

Run Rust web frameworks on AWS Lambda
MIT License
115 stars 38 forks source link

Error: Error { kind: InvalidInput, message: "invalid socket address" } #19

Closed dejunqi2008 closed 1 year ago

dejunqi2008 commented 1 year ago

How exactly I should run the code ? I either use cargo run or cargo run --bin boostrap which results in the following error:

➜  test_rust_lambda git:(master) ✗ cargo run --bin bootstrap
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/bootstrap`
Error: Error { kind: InvalidInput, message: "invalid socket address" }