alixaxel / chrome-aws-lambda

Chromium Binary for AWS Lambda and Google Cloud Functions
MIT License
3.17k stars 289 forks source link

More flexible runtime execution check to support custom runtimes #269

Open dougmoscrop opened 2 years ago

dougmoscrop commented 2 years ago

Make AWS Lambda Nodejs regex more tolerant to support custom runtimes, fixes #268 we're happy to prefix our exection env var with AWS_Lambda_nodejs, although I guess another option would be an additional env var or argument.