GeistHaus
log in · sign up

esbuild - FAQ

esbuild.github.io
5 pages link to this URL
Optimizing Node.js dependencies in AWS Lambda | Amazon Web Services

In this post, you learn how to improve Node.js cold start performance by up to 70% by bundling and minifying your code. You also learned how to provide a different version of AWS SDK for JavaScript and that dependencies and how they are imported affects the performance of Node.js Lambda functions. To achieve the best performance, use AWS SDK V3, bundle and minify your code, and avoid top-level imports.

2 inbound links article en AWS Lambda AWS LambdaServerlesscontributedserverless
JavaScript: The Modern Parts

In the last few months, I have learned a lot about modern JavaScript and CSS development with a local toolchain powered by Node 8, Webpack 4, and Babel 7. As part of that, I am doing my second “re-introduction to JavaScript”. I first learned JS in 1998. Then relearned it…

0 inbound links article en Open Source