lambda-rust
lambda-rust copied to clipboard
Crate-level hooks
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.