Hi! I have a Lambda code in Node.js (TypeScript) a...
# help
h
Hi! I have a Lambda code in Node.js (TypeScript) and i’m using
serverless-esbuild
to compile TS to JS. Deploying this code in my machine works, but using SEED.RUN, they show me up this error below:
this.consoleLog is not a function
. I’ve already tried to change serverless version, esbuild package version and nothing solves my problem… Can someone help me?
Any news on this?