How to Create auto CloudFront invalidations in AzureDevops? – Amazon web services
I have created Automatic invalidations in GitHub and it is working fine: run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths "/fd/cm/latest/remoteEntry.js" but not sure how to create the same task in AzureDevops. Any help would be greatly appreciated?