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

Force AWS Region #21

Open metaskills opened 1 year ago

metaskills commented 1 year ago

Seems AWS is having a SSM issue in us-east-1 today. Perhaps we can have a CRYPTEIA_AWS_REGION config here https://github.com/customink/crypteia/blob/main/src/ssm.rs#L7 to force another region in case it is needed?

jeremiahlukus commented 3 weeks ago

I think this might have some unintended consequences since regions do not share params.

metaskills commented 3 weeks ago

Yup possible... but the idea here was to give builders a choice. We certainly needed this at one point. Does not come up often tho.