Closed skeggse closed 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!
Describe the bug A clear and concise description of what the bug is.
When I run
GetFunctionConfiguration
, I can specify aQualifier
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 the
aws_lambda_function
nor theaws_lambda_version
tables.Steampipe version (
steampipe -v
) Example: v0.22.2Plugin version (
steampipe plugin list
) Example: v0.137.0To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).
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.