Giter Site home page Giter Site logo

Comments (5)

IlyaSemenov avatar IlyaSemenov commented on April 30, 2024 1

aws-lambda-fastify is a wrapper that exposes a fastify app as a lambda entrypoint. I'm currently using serverless-http which does the same for Express and Koa. But these libraries are about runtime, not about building. They compile fine with esbuild, there is no problem with that.

The problem with fastify-vite is that the way it is designed, it needs vite builder in production runtime. That is what I'm trying to avoid. By using tree shaking, we can keep that dependency in dev mode but avoid in production, so that the server can be compiled with esbuild.

from fastify-vite.

galvez avatar galvez commented on April 30, 2024 1

@IlyaSemenov JSYK at least part of these issues have been resolved in v3 — I'll look closely later. Keeping open.

from fastify-vite.

galvez avatar galvez commented on April 30, 2024

Interesting, will see what can be done about this.

This is a rather specific use case, I'd personally never use esbuild to bundle Fastify server code, that is, I'd use esbuild only where it's needed (typically for the client). But I'll study this carefully and see what can be done.

BTW New release is almost coming out from dev branch — stay tuned!

from fastify-vite.

IlyaSemenov avatar IlyaSemenov commented on April 30, 2024

Thank you 🙏. The justification for esbuilding is deploying to serverless platforms such as AWS Lambda. It's simpler and faster to distribute a single executable *.js file rather than maintain separate package.json and/or somehow publish parts of node_modules.

from fastify-vite.

galvez avatar galvez commented on April 30, 2024

Ah, gotcha — maybe we should also look into https://github.com/fastify/aws-lambda-fastify

from fastify-vite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.