turbot / steampipe-plugin-aws

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/aws
Apache License 2.0
191 stars 103 forks source link

aws_lambda_version does not include point-in-time configuration snapshot #2228

Closed skeggse closed 4 months ago

skeggse commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

When I run GetFunctionConfiguration, I can specify a Qualifier to show the configuration for a particular function version.

Similarly, when I run ListVersionsByFunction, I can see the configuration for each version of a given function.

In Steampipe, I can get at the configuration information for previous versions through neither theaws_lambda_function nor the aws_lambda_version tables.

Steampipe version (steampipe -v) Example: v0.22.2

Plugin version (steampipe plugin list) Example: v0.137.0

To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).

select * from aws_lambda_version limit 2;

observe a lack of any configuration information

Expected behavior A clear and concise description of what you expected to happen.

the aws_lambda_version table includes configuration information.

Additional context Add any other context about the problem here.

ParthaI commented 4 months ago

Hi @skeggse, Apologies for the inconvenience, I noticed there were a few missing columns in the table aws_lambda_version. I have raised a PR by addressing the missing columns. Please let us know if you need any other configuration details for lambda function versions.

You can give it a shot in the PR branch issue-2228 if you want to.

Thanks!