2020-05-01から1ヶ月間の記事一覧
aws cli を呼べる環境なら、次の pthon で動作中の task arn を for 文で処理できるよ import subprocess import json from typing import Union, List def callCommand(commands: List[str]) -> str: """ コマンド呼び出しと標準出力文字列を返す """ cmd =…
aws cli を呼べる環境なら、次の pthon で動作中の task arn を for 文で処理できるよ import subprocess import json from typing import Union, List def callCommand(commands: List[str]) -> str: """ コマンド呼び出しと標準出力文字列を返す """ cmd =…