Omi Chowdhury
12/03/2021, 9:14 PMSeed lets you store them as secret environment variables through the Seed console. Seed internally encrypts them using AWS KMS and stores them. They are then decrypted during the build process. And upon deployment, Seed sets them as Lambda environment variables.Does this only happen for SLS? SEED doesn’t seem to set them for SST functions?
Frank
Frank
MY_SECRET
) as env vars for all your Lambda functions like this:
app.addDefaultFunctionEnv({
MY_SECRET: procress.env.MY_SECRET,
});
Omi Chowdhury
12/04/2021, 4:02 AMOmi Chowdhury
12/04/2021, 4:03 AMJay
Jay