I was facing error in AWS lambda functions that path was not found... What I did was used following to make it work
import path from "node:path";