-
What I currently have set up is this alias in my .bashrc
And it works well except when I add some wildcard as argument:
I get the response that I've invalidated these paths which is obviously my root folder listing:
I've tried a few different ways to escape the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Actually, this is happening only if I run the command within a bash script. The same command works well when running in a bash shell. How odd. Workaround for me was to install the awscli with pip3 which is currently still at v1.23.7 and run the cloudfront invalidation command with
|
Beta Was this translation helpful? Give feedback.
Actually, this is happening only if I run the command within a bash script. The same command works well when running in a bash shell. How odd.
Workaround for me was to install the awscli with pip3 which is currently still at v1.23.7 and run the cloudfront invalidation command with
env
which then uses the pip installed awscli instead of the bash alias one: