aws-lambda-environment-variables-config
Lambda environment variables are returned as plaintext to authorized readers even though Lambda encrypts them at rest.
Where it sits
| location | GetFunctionConfiguration.Environment.Variables.<value> |
| location kind | environment_variable |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string |
| emits edge | ContainsCredential |
| service | Lambda (aws:lambda) |
Collection recipe
| access mode | read_api |
| operation | GetFunctionConfiguration |
| response path | Environment.Variables.<value> |
| encoding | map |
| params | {"FunctionName": "\u003cfunction-name-or-arn\u003e", "Qualifier": "\u003coptional-version\u003e"} |
Required permissions
lambda:GetFunctionConfiguration
References