Hi,
Before I try to use algnhsa, I was having implementing something similar to this:
https://djhworld.github.io/post/2018/01/27/running-go-aws-lambda-functions-locally/
to query my lambda function locally.
Is algnhsa still allow using the _LAMBDA_SERVER_PORT to allow querying the lambda function locally using client, err := rpc.Dial("tcp", ":8008")
Thanks