@@ -21,54 +21,10 @@ GAMMA)
21
21
npm run deploy -- -b chime-sdk-meeting-readiness-checker-media-gamma$canarySuffix -s chime-sdk-meeting-readiness-checker-media-gamma$canarySuffix -a meetingReadinessChecker -m $GAMMA_CHIME_ENDPOINT_US_EAST_1 -t -l
22
22
;;
23
23
24
- ChimeProd)
25
- echo " Deploying to prod stage for canary that talks to prod Chime client for meetings and prod Chime client for media pipelines"
26
-
27
- # Uses Chime Client
24
+ PROD)
25
+ echo " Deploying to canary-prod with latest NPM release"
28
26
npm run deploy -- -b chime-sdk-demo-prod-canary$canarySuffix -o chime-sdk-demo-prod-canary$canarySuffix -s chime-sdk-demo-prod-canary$canarySuffix -i eu-south-1 -t -l -p chime.amazonaws.com
29
27
npm run deploy -- -b chime-sdk-meeting-readiness-checker-prod-canary$canarySuffix -s chime-sdk-meeting-readiness-checker-prod-canary$canarySuffix -a meetingReadinessChecker -t -l
30
28
;;
31
29
32
- ChimeSDKMeetingsProdIAD)
33
- echo " Deploying to prod stage for canary that talks to prod IAD ChimeSDKMeetings client for meetings and prod Chime client for media pipelines"
34
-
35
- # Uses ChimeSDKMeetings client
36
- npm run deploy -- -r us-east-1 -b chime-sdk-meetings-demo-prod-canary-us-east-1$canarySuffix -o chime-sdk-meetings-iad-demo-prod-canary$canarySuffix -s chime-sdk-meetings-demo-prod-canary-us-east-1$canarySuffix -t -l -p chime.amazonaws.com
37
- ;;
38
-
39
- ChimeSDKMeetingsIAD_ChimeSDKMediaPipelinesProdIAD)
40
- echo " Deploying to prod stage for canary that talks to prod IAD ChimeSDKMeetings client for meetings and prod IAD ChimeSDKMediaPipelines client for media pipelines"
41
-
42
- # Uses ChimeSDKMeetings client
43
- npm run deploy -- -r us-east-1 -b chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -demo-prod-canary-us-east-1$canarySuffix -o chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -iad-demo-prod-canary$canarySuffix -s chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -demo-prod-canary-us-east-1$canarySuffix -t -l
44
- ;;
45
-
46
- Chime_ChimeSDKMediaPipelinesProdIAD)
47
- echo " Deploying to prod stage for canary that talks to prod Chime client for meetings and prod IAD ChimeSDKMediaPipelines client for media pipelines"
48
-
49
- # Uses ChimeSDKMeetings client
50
- npm run deploy -- -r us-east-1 -b chime-sdk-$chimeSDKMediaPipelinesStackId -demo-prod-canary-us-east-1$canarySuffix -o chime-sdk-$chimeSDKMediaPipelinesStackId -iad-demo-prod-canary$canarySuffix -s chime-sdk-$chimeSDKMediaPipelinesStackId -demo-prod-canary-us-east-1$canarySuffix -t -l
51
- ;;
52
-
53
- ChimeSDKMeetingsProdPDX)
54
- echo " Deploying to prod stage for canary that talks to prod PDX ChimeSDKMeetings client and prod PDX ChimeSDKMediaPipelines client"
55
-
56
- # Uses ChimeSDKMeetings client
57
- npm run deploy -- -r us-west-2 -b chime-sdk-meetings-demo-prod-canary-us-west-2$canarySuffix -o chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -pdx-demo-prod-canary$canarySuffix -s chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -demo-prod-canary-us-west-2$canarySuffix -t -l --chime-sdk-media-pipelines-region us-west-2 --chime-sdk-media-pipelines-endpoint https://media-pipelines-chime.us-west-2.amazonaws.com
58
- ;;
59
-
60
- ChimeSDKMeetingsProdFRA)
61
- echo " Deploying to prod stage for canary that talks to prod FRA ChimeSDKMeetings client and prod FRA ChimeSDKMediaPipelines client"
62
-
63
- # Uses ChimeSDKMeetings client
64
- npm run deploy -- -r eu-central-1 -b chime-sdk-meetings-demo-prod-canary-eu-central-1$canarySuffix -o chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -fra-demo-prod-canary$canarySuffix -s chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -demo-prod-canary-eu-central-1$canarySuffix -t -l --chime-sdk-media-pipelines-region eu-central-1 --chime-sdk-media-pipelines-endpoint https://media-pipelines-chime.eu-central-1.amazonaws.com
65
- ;;
66
-
67
- ChimeSDKMeetingsProdSIN)
68
- echo " Deploying to prod stage for canary that talks to prod SIN ChimeSDKMeetings client and prod SIN ChimeSDKMediaPipelines client"
69
-
70
- # Uses ChimeSDKMeetings client
71
- npm run deploy -- -r ap-southeast-1 -b chime-sdk-meetings-demo-prod-canary-ap-southeast-1$canarySuffix -o chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -sin-demo-prod-canary$canarySuffix -s chime-sdk-meetings-$chimeSDKMediaPipelinesStackId -demo-prod-canary-ap-southeast-1$canarySuffix -t -l --chime-sdk-media-pipelines-region ap-southeast-1 --chime-sdk-media-pipelines-endpoint https://media-pipelines-chime.ap-southeast-1.amazonaws.com
72
- ;;
73
-
74
30
esac
0 commit comments