Skip to content

Commit

Permalink
Merge pull request #53 from clifff/master
Browse files Browse the repository at this point in the history
Update 'lambda test' tail option default value
  • Loading branch information
rlister committed Oct 17, 2019
2 parents a5b1041 + c67381f commit 29f51b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/stax/mixin/lambda.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def update(id, file)

desc 'test ID', 'run lambda with ID'
method_option :type, type: :string, default: nil, desc: 'invocation type: RequestResponse, Event'
method_option :tail, type: :boolean, default: false, desc: 'tail log for RequestResponse'
method_option :tail, type: :boolean, default: nil, desc: 'tail log for RequestResponse'
method_option :payload, type: :string, default: nil, desc: 'json input to function'
method_option :file, type: :string, default: nil, desc: 'get json payload from file'
def test(id)
Expand All @@ -101,4 +101,4 @@ def test(id)

end
end
end
end
2 changes: 1 addition & 1 deletion lib/stax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Stax
VERSION = '0.0.27'
VERSION = '0.0.28'
end

0 comments on commit 29f51b3

Please sign in to comment.