In the README.md I can see Go is mentioned but the Go runtime has been deprecated and it's recommended now to use the OS-only Runtime on AWS Lambda and just upload the Go binary w/o any external linking, would this project have faster cold starts with a Go binary like that?
https://docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html
In the README.md I can see Go is mentioned but the Go runtime has been deprecated and it's recommended now to use the OS-only Runtime on AWS Lambda and just upload the Go binary w/o any external linking, would this project have faster cold starts with a Go binary like that?
https://docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html