Giter Site home page Giter Site logo

Comments (3)

mnapoli avatar mnapoli commented on September 2, 2024 2

Lift uses the AWS SDK to make calls to the AWS API. For example to upload static website files, etc. So it's not really a dev dependency of Lift (i.e. it's not used by Lift's tests).

However, Lift should be installed as a dev dependency in your project. Indeed, your Lambda functions do not use Lift. Only your deployment (sls deploy).

If you install Lift as a dev dependency it shouldn't increase the size of what you deploy, right?

from lift.

mattilindell avatar mattilindell commented on September 2, 2024 2

I wonder what installed serverless-lift in dependencies in the first place, but now as I tried from scratch - it's correctly in devDependencies. I'll close this issue, thanks for the info!

from lift.

t-richard avatar t-richard commented on September 2, 2024

From the top of my head, I'd say we can't because Lift doesn't get executed in the Lambda environment but it's executed when running serverless deploy or serverless package so you need it locally.

If it was listed in devDependencies of Lift, I guess it would not get installed in your project and thus Lift would not work as expected.

But maybe you could install Lift as a dev dependency and serverless should exclude it when deploying IIRC

from lift.

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.