Closed edunham closed 3 years ago
Turns out the thing I was trying to work around does the right thing when you just wrap the entire script invocation in the special aws env, so there's actually no need to clutter up the shared tooling with that customization.
There's a kind of org where you just call
aws
to interact with the AWS CLI, and then there's a kind of org where for various (often good!) reasons it isn't quite so simple. This is a no-op for the former and an improvement for the latter.