Answers for "create react app cloudfront invalidation"

0

create react app cloudfront invalidation

Copy$ aws cloudfront create-invalidation --distribution-id YOUR_CF_DISTRIBUTION_ID --paths "/*"
$ aws cloudfront create-invalidation --distribution-id YOUR_WWW_CF_DISTRIBUTION_ID --paths "/*"
Posted by: Guest on February-11-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language