Philipp Muens cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
..
2016-06-16 21:24:09 +02:00
2016-06-16 21:24:09 +02:00
2016-06-17 08:43:51 +02:00

awsInvoke

This plugin invokes a lambda function.

How it works

awsInvoke hooks into the invoke:invoke lifecycle. It will run the invoke command which is provided by the AWS SDK on the function the user passes in as a parameter.

The output of the function is fetched and will be prompted on the console.