lambda-rust icon indicating copy to clipboard operation
lambda-rust copied to clipboard

Crate-level hooks

Open stanislav-tkach opened this issue 5 years ago • 0 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.

stanislav-tkach avatar Oct 23 '20 15:10 stanislav-tkach