ddps-lab / architect-cloud

Kubernetes , AWS Serveless
6 stars 4 forks source link

Edit shape of API URL to replace, and add shell script file to use sed easily. #74

Closed chris0765 closed 3 months ago

chris0765 commented 3 months ago

변경해야할 API URL 형태를 https://YOUR_API_URL/~ 에서 YOUR_API_URL/~로 변경함.

CloudFront URL이 들어가야 하던 위치의 코드를 수정 하나의 S3 버킷을 사용하게 되면서 CloudFront URL을 코드에 넣을 필요가 없어짐

sed를 총 6개의 파일에 수행해야하는데, API URL을 6번 붙여넣기보다는 한번씩만 붙여넣는 것이 더 간단할 것이라 생각되어 shell script 파일을 작성함.