Set a new AWS_SECRET_ACCESS_KEY ? #293
olivier-sabban
started this conversation in
General
Replies: 2 comments
-
if the iam user exists, simplest way is just to go to the console and generate a new key/secret there (and revoke your old one). tbh you probably should be using something like secrets manager and reading the values from code, to avoid exposing them since env variables are easily viewable for anyone with simple lambda access. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I regenerate and set a new AWS_SECRET_ACCESS_KEY for the S3 bucket?
The variable is not appearing in Lambda's environment variables.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions