Skip to content

Commit

Permalink
test: add awaiting human input stub
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Jul 23, 2019
1 parent be0daa2 commit aed3a7f
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

class AwaitingHumanInput {
init (resourceConfig, env, callback) {
callback(null)
}

run (event, context) {
context.sendTaskSuccess()
} // run
} // Success

module.exports = AwaitingHumanInput

0 comments on commit aed3a7f

Please sign in to comment.