cURL on AWS Lambda gives command not found error

Starting a few hours today, a simple curl command on Lambda is failing. Lambda environment is NodeJs 10.x (have also tried in 12.x). const { execSync } = require('child_process'); exports.handle...