mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
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.
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.