Class: Lam::CLI::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/lam/cli/help.rb

Class Method Summary collapse

Class Method Details

.buildObject



5
6
7
8
9
# File 'lib/lam/cli/help.rb', line 5

def build
"Builds and prepares project for AWS Lambda.  Generates a node shim and vendors Traveling Ruby.  Creates a zip file to be uploaded to Lambda for each handler.\n"
end

.processObject



11
12
13
14
15
# File 'lib/lam/cli/help.rb', line 11

def process
"TODO: update process help menu\n"
end