You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to finish adding the injection of key-value pairs into the Lamba's context using that service's environmental variable feature.
According to the docs, AWS provides default encryption to these variables, but that's not going to be good enough for secrets. Consider how to protect secrets. We should probably encrypt client-side, upload to AWS, and then wrap the Lambda environmental variables in a helper that decrypts them and makes them available via the require("panda-sky") module.
The text was updated successfully, but these errors were encountered:
I'm about to finish adding the injection of key-value pairs into the Lamba's context using that service's environmental variable feature.
According to the docs, AWS provides default encryption to these variables, but that's not going to be good enough for secrets. Consider how to protect secrets. We should probably encrypt client-side, upload to AWS, and then wrap the Lambda environmental variables in a helper that decrypts them and makes them available via the
require("panda-sky")
module.The text was updated successfully, but these errors were encountered: