Invoke yours lambdas functions locally or remotely                        
--------------------------------------------------------------------------

Using invoke command, you can invoke yours lambda functions.              
The command invoke has the following actions:                             

- local                                                                   
 For local execution, you must specify:                                    
 * An event file (-f)                                                     
 * An existing project (-p)                                               

- remote                                                                  
For remote execution, you must specify:                                   
* An event file (-f).                                                       
* An deployed project (-p) or any existing proxy (-pp).                     

Examples:                                                                 
lt invoke remote -f helloworld.json --proxyname test                      
lt invoke local -f helloworld.json -p s3_resources                        