"ENOENT: no such file or directory, open '/var/task/express/test/id_rsa_pub.pem'"

When I run npm run start:lambda and go to http://localhost:9000/.netlify/functions/server/hello on Postman it returns the RSA public key like it is supposed to. However, I am getting the error "ENOENT: no such file or directory, open '/var/task/express/test/id_rsa_pub.pem'" when I go on https://tender-hypatia-a8e80b.netlify.app/.netlify/functions/server/hello. Please advise. A simple github repo is here.

Hey @klee,
I was starting to dig into this but then I clicked the function link and see that you ultimately got it working! Awesome! How’d you resolve the path issue (assuming that was the issue)?