Commit d86788d
committed
fix(deploy-to-aws): mirror legacy-api-key plumbing from the -uv variant
The non-uv `deploy-to-aws.yml` had the same Smoke Test step shape as
`deploy-to-aws-uv.yml` but was missing the legacy-api-key fallback that
was added to the uv variant in the previous commit. Adding it here for
parity — consumers using the non-uv workflow with a stack that has
moved past `apiGateway.apiKeys` will otherwise hit the same "Could not
find key" failure.1 parent a619907 commit d86788d
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
0 commit comments