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)
```
This PR fixes the error handling for some APIs for the
table_aws_iam_user
andtable_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) ```