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

Fixed error handling for table_aws_iam_user and table_aws_s3_bucket #2324

Closed danielgrittner closed 1 month ago

danielgrittner commented 1 month ago

This PR fixes the error handling for some APIs for the table_aws_iam_user and table_aws_s3_bucket table. If an error occurs (e.g., missing permissions for the respective API), a nil pointer dereference error is thrown.

Integration test logs

Logs ``` Add passing integration test logs here ```

Example query results

Results ``` Add example SQL query results here (please include the input queries as well) ```