aws lambda update-function-code
Updates a Lambda function's code.
--dry-run | --no-dry-run (boolean)
Set to true to validate the request parameters and access permissions without modifying the function code.
デフォルトでdry-runはfalseと思われる
--publish | --no-publish (boolean)
Set to true to publish a new version of the function after updating the code.
デフォルトでpublishはtrueと思われる(ブラウザのエディタで編集したときのDeployは不要だった)
OUTPUT
Environment -> (structure)
Variables -> (map)
Environment variable key-value pairs.