Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Last active May 19, 2021 12:03
Show Gist options
  • Save thanakijwanavit/cf0bd2e8a19a261c90faddd6190b4749 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/cf0bd2e8a19a261c90faddd6190b4749 to your computer and use it in GitHub Desktop.
invalidate in cloudfront
from nicHelper.cloudfront import invalidate
invalidate('E1I41NH6AGDJM8', path='/public/imagenames/*')
aws cloudfront create-invalidation --distribution-id E1I41NH6AGDJM8 --paths "/public/imagenames/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment