GeoscienceAustralia / dea-orchestration

4 stars 1 forks source link

Remove multiple ssh command executions #106

Closed santoshamohan closed 5 years ago

santoshamohan commented 5 years ago

Proposed changes

1) Update lambda function to prevent duplicate execution of ssh command with the help of underscore npm package. 2) Fix typo in raijin_scripts/execute_cog_conversion/run script and lambda_functions/execute_ssh_command_js/serverless.yml file . 3) Add underscore npm package in lambda_functions/execute_ssh_command_js/package.json file.

santoshamohan commented 5 years ago

Replace usage for underscore with Lodash _.each()