The JAMstack is a modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. JAMstack applications are practically serverless. To put it more clearly, we do not maintain any server-side applications but r...

Michal
Hi,
thanks for a great article. I tried to follow it but can't make it work. After some investigation it looks like the sourcemaps for lambda functions are actually not generated at all and therefore the breakpoints do not work. I can't find sourcemaps in
/lambdafolder. Am I missing any pre-requisite?I am using
netlify-cli/2.69.1 win32-x64 node-v14.15.1Thanks