logoalt Hacker News

whattoday at 4:42 AM1 replyview on HN

> 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?


Replies

Grombobuloustoday at 12:32 PM

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.