softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crate-level hooks

stanislav-tkach opened this issue · comments

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.