Skip to content

Commit

Permalink
reverting to previous version:
Browse files Browse the repository at this point in the history
 - no default event param
  • Loading branch information
simonobe committed Oct 2, 2019
1 parent 625d13d commit 427d172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/batchtask.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ function compileBatchTask(functionName) {
"Type": "AWS::Batch::JobDefinition",
"Properties": {
"JobDefinitionName": functionObject.getJobDefinitionName(),
"Type": "container",
"Parameters": JSON.stringify({Event: {}})
"Type": "container"
}
}
updateContainerProperties.bind(this)(newFunction, functionObject);
Expand Down

0 comments on commit 427d172

Please sign in to comment.