Chris Shumaker
Chris Shumaker
When running `aws-sso-util configure populate` an error is thrown: `No AWS SSO instance found` This provides no indication that the `--sso-start-util` option is needed which then immediately throws `Error: Missing...
`aws-sso-util roles` takes a long time. In my case, 38 seconds for 286 roles. Can we make it faster?
When using `aws-sso-util configure profile` a few things make it difficult to use: - Prompt for start URL and region (I think this can be safely assumed by the time...
Context: https://go.dev/tour/concurrency/8 I really like this exercise as it requires some use of most of the concepts in the tour which is fitting as one of the final exercises. I...
/kind bug The guestbook-go Dockerfile uses a relatively out of date version of golang, especially since it uses `go get` instead of modules and `go install`. This updates the base...