rails-lambda / crypteia

🧱🔐 Rust Lambda Extension for any Runtime/Container to preload Secure Environment Variables!
https://lamby.cloud
MIT License
66 stars 7 forks source link

Shrink extensions with scratch, add ltrace for dev, and format #28

Closed mpeteuil closed 2 years ago

mpeteuil commented 2 years ago

This was mostly separated from #19 because some of it seemed unrelated. I can also fold this back into that branch, but thought it might make sense to make these changes separately.

Here we use scratch to make the image for extensions as small as possible. The ltrace utility was added for ability to trace shared library calls and there are some minor formatting changes included as well.

metaskills commented 2 years ago

Love it! Can you add an entry to the CHANGELOG and bump the tiny version?