AWS lambda documentation change
Summary
Updated phrasing from 'AWS CloudFormation template' to 'CloudFormation template' in environment variables documentation
Security assessment
Minor terminology change without security impact. The sentence still references the same encryption methods (AWS Secrets Manager) and security practices for environment variables. No security vulnerabilities or new security features were introduced.
Diff
diff --git a/lambda/latest/dg/configuration-envvars.md b/lambda/latest/dg/configuration-envvars.md index afc105908..9a188677e 100644 --- a//lambda/latest/dg/configuration-envvars.md +++ b//lambda/latest/dg/configuration-envvars.md @@ -287 +287 @@ PowerShell -Lambda stores environment variables securely by encrypting them at rest. You can [configure Lambda to use a different encryption key](./configuration-envvars-encryption.html), encrypt environment variable values on the client side, or set environment variables in an AWS CloudFormation template with AWS Secrets Manager. +Lambda stores environment variables securely by encrypting them at rest. You can [configure Lambda to use a different encryption key](./configuration-envvars-encryption.html), encrypt environment variable values on the client side, or set environment variables in an CloudFormation template with AWS Secrets Manager.