Skip to content

Commit 4d4ef8d

Browse files
author
Graham Krizek
committed
Add note about execution times of the cli
1 parent 87e55f3 commit 4d4ef8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Bash behaves in ways unlike other programming languages. As such, there are some
7575

7676
- When using curl, you should use the `-s` flag. Without the silent flag, curl will send the progress bar of your request to `stderr`. This will show up in your response. So it's usually best to disable the progress bar.
7777

78+
- The AWS CLI appears to be much slower than most of the AWS SDKs. Take this into consideration when comparing Bash with another language and evaluating execution times.
79+
7880
### ARNs
7981

8082
**us-east-1**
@@ -95,4 +97,4 @@ Bash behaves in ways unlike other programming languages. As such, there are some
9597
- `$ wget`
9698
- `$ zip`
9799

98-
_If you would like to see more, please create an issue._
100+
_If you would like to see more, please create an issue._

0 commit comments

Comments
 (0)