> I just wanted to move from bash scripts to using cloud SDKs for performance reasons.
What is this supposed to mean? How is a “cloud sdk” more performant than a shell script?
The shell script wasn’t the performance issue, it was the fact that the shell script was calling the AWS CLI rather than the SDK.
There’s a bit less waiting around.
The shell script wasn’t the performance issue, it was the fact that the shell script was calling the AWS CLI rather than the SDK.
There’s a bit less waiting around.