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

Binary & Library Data Sharing #4

Closed metaskills closed 2 years ago

metaskills commented 2 years ago

The library here will be a simple .so file using redhook (https://crates.io/crates/redhook) with LD_PRELOAD like we saw done with https://github.com/mmanciop/opentelemetry-injector but now the question is how do we know when the extension's SSM parameter fetch is done so we can share the response data for the replacement ENV variables? Research list: