Created
February 11, 2017 10:05
-
-
Save hemc4/1aebc559c599bab7d7336f63b3cc4eed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
DISTRIBUTION_ID=E6VHHP64I3KLD | |
#list all invlaidations | |
aws cloudfront list-invalidations --distribution-id $DISTRIBUTION_ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment