@@ -106,17 +106,13 @@ Next, we deploy these CDK Assets to the beta account across all AWS regions. Onc
106
106
107
107
``` mermaid
108
108
graph LR
109
- Fetch[Fetch PyPi release] --> P38[<strong>Python 3.8</strong>]
110
- Fetch --> P39[<strong>Python 3.9</strong>]
109
+ Fetch[Fetch PyPi release] --> P39[<strong>Python 3.9</strong>]
111
110
Fetch --> P310[<strong>Python 3.10</strong>]
112
111
Fetch --> P311[<strong>Python 3.11</strong>]
113
112
Fetch --> P312[<strong>Python 3.12</strong>]
114
113
Fetch --> P313[<strong>Python 3.13</strong>]
115
114
116
115
subgraph build ["LAYER BUILD"]
117
- P38 --> P38x86[build x86_64]
118
- P38 --> P38arm64[build arm64]
119
-
120
116
P39 --> P39x86[build x86_64]
121
117
P39 --> P39arm64[build arm64]
122
118
P310 --> P310x86[build x86_64]
@@ -127,8 +123,6 @@ graph LR
127
123
P312 --> P312arm64[build arm64]
128
124
P313 --> P313x86[build x86_64]
129
125
P313 --> P313arm64[build arm64]
130
- P38x86 --> CDKP1[CDK Package]
131
- P38arm64 --> CDKP1[CDK Package]
132
126
P39x86 --> CDKP2[CDK Package]
133
127
P39arm64 --> CDKP2[CDK Package]
134
128
P310x86 --> CDKP3[CDK Package]
@@ -142,7 +136,6 @@ graph LR
142
136
end
143
137
144
138
subgraph beta ["BETA (all regions)"]
145
- CDKP1 --> DeployBeta[Deploy to Beta]
146
139
CDKP2 --> DeployBeta
147
140
CDKP3 --> DeployBeta
148
141
CDKP4 --> DeployBeta
0 commit comments