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

Refactor to Simple HashMap. Docs. New Interface #11

Closed metaskills closed 2 years ago

metaskills commented 2 years ago

This work does a lot of work but is primarily meant to address #7 by providing a base simple HashMap interface rather than the old format which leveraged an internal HTTP server interface for the Runtime. Here are a few other things this pull request does: