BUG: ECSRun on Run Screen breaks if run_task_kwargs
are not provided
#1023
Labels
bug
Something isn't working
run_task_kwargs
are not provided
#1023
Bug Description
If you don't provide
run_task_kwargs
when customizing a Run Config on the Run screen, the flow errors out withThis is because when no key / value pairs are provided for
run_task_kwargs
, it seems the UI submits{"null": null}
as the key / value pair:when instead it should submit
Steps To Reproduce
task_role_arn
Browsers Tested:
Notes
The UI should submit
null
if no values are provided forrun_task_kwargs
cc: @kmoonwrightThe text was updated successfully, but these errors were encountered: