Joel Cox
Joel Cox
For some reason, steampipe seems to hang when running a query on this table: ``` > select * from aws_health_event where status_code='open' ⠸ Loading results: 64 ``` If I then...
Here's a log from a simple test query if it helps (with my account id replaced with ``) ```json > select * from aws_.aws_health_event limit 10 [ { "_ctx": {...
A year later, this is still the case.
Hi @misraved, thanks and no problem, thanks for looping back to this 😄 Tested again with latest changes from this PR - [still same minor change I mentioned before required](https://github.com/turbot/steampipe-plugin-aws/pull/1167#discussion_r990712715)...
Found this issue after internal investigation of an incident that seems likely related to this. If it helps anyone else, here's my analysis of how this impacted a service that...
I got a similar response to @sjmisterm in my support case, confirming the new behaviour is expected, and stating that we should no longer delete the images from ECR until...
Use case: in my homelab, just to expose my argocd `/api/webhook` route on a public URL so that I can make it accessible to receive webhook events from github to...