Giter Site home page Giter Site logo

Comments (7)

mnapoli avatar mnapoli commented on July 17, 2024

Hi, I'm currently exploring a new foundation for Bref (#99), so I'd rather keep the external API surface ("what can be done with bref") limited for now.

To better understand your need: why do you want to package separately from deployment?

from bref.

oppiansteve avatar oppiansteve commented on July 17, 2024

So that we can test on dev/stage exactly what is to be deployed to prod later (after tests are passed and signed-off).

Rebuilding, even using the NPM lock file doesn't guarantee that it will pull in the exact same code as you tested.

from bref.

oppiansteve avatar oppiansteve commented on July 17, 2024

plus have an explicit record of what was deployed for debugging/security audits

from bref.

mnapoli avatar mnapoli commented on July 17, 2024

Rebuilding, even using the NPM lock file doesn't guarantee that it will pull in the exact same code as you tested.

Ohh, is that behavior specific to NPM? With Composer (and the lock file) you have a guarantee to have the same dependencies.

In any case that makes sense. I'll keep this in the TODO list, and with AWS SAM (again #99) this should be simple to do as SAM supports this out of the box.

from bref.

oppiansteve avatar oppiansteve commented on July 17, 2024

Yep, I should have specified the requirement rather than the potential solution - that's a bug-bear of mine, and I still did it!

I could be wrong, but, for NPM, tags can be moved, or the commits changed and there's no checking at install time that (source) hashes actually match what was needed. (Again, this might have improved since I last investigated).

Composer is much more resilient to change in this regard.

from bref.

oppiansteve avatar oppiansteve commented on July 17, 2024

AWS SAM looks very useful and a good choice it seems. Been meaning to investigate it more.

from bref.

mnapoli avatar mnapoli commented on July 17, 2024

I confirm that this will be possible using AWS SAM (there is a separate command sam package).

from bref.

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.