seems when using lambda get API we are also pulling env variables. https://github.com/cloudquery/cloudquery/blob/main/plugins/source/aws/docs/tables/aws_lambda_functions.md. There are two issues here:
- Some users reported they have explicit deny and then the whole table is empty and they would like still to see partial data returned via
list (and not get)
- if we do pull this, we might want to consider not saving the env var results but rather just the keys.