Commit e16b04d
fix(aws-lambda): Add validation for awsExternalId and fix stale function state
- Add .min(1) validation to awsExternalId field to match legacy component behavior
- Fix enabled functions submission to filter from current stepData.functions instead of stale state
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>1 parent 044b74c commit e16b04d
File tree
1 file changed
+4
-4
lines changed- static/app/components/pipeline
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
418 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
0 commit comments