softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
162 stars 76 forks source link

Crate-level hooks #81

Open stanislav-tkach opened 4 years ago

stanislav-tkach commented 4 years ago

Currently hooks must be placed in the project root, so a hook is executed for every crate in the package. It would be convenient to have hooks at the crate level.

In my case I have several lambdas and only some of them need the libpq library.