You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should phase out shelling out to external dependencies and instead directly use Go clients + sdks. One particular example is we have 2 paths for tailing aws logs:
We should phase out shelling out to external dependencies and instead directly use Go clients + sdks. One particular example is we have 2 paths for tailing aws logs:
happy/pkg/orchestrator/orchestrator.go
Lines 229 to 255 in bf5541e
happy/pkg/backend/aws/logs.go
Lines 1 to 30 in bf5541e
We should get rid of the aws cli path and replace it with the Go SDK path
The text was updated successfully, but these errors were encountered: