Accessing build environment variables from lambda functions

Hi @PabloRomanH I don’t know if this will help but I had a similar issue that was solved by setting an env variable for the AWS node.js version (which defaults to 16.x). Worked like magic! Hopefully it will solve your issue as well. :crossed_fingers: