로컬에서 빌드하고 배포 했음에도 AWS S3 버킷에 적용 안되는 상황
헤당 AWS S3 버킷에 배포 ID 캐시 초기화
aws cloudfront create-invalidation --distribution-id 버킷ID --paths "/*"
내아이디는 아래와 같다.
aws cloudfront create-invalidation --distribution-id E2L6NUYP0OU7KV --paths "/*"
npm run build
cd dist
aws s3 sync . s3://platformlogics.com