serverless/docs/plugins/aws/awsInvoke.md
2016-06-10 14:42:31 +02:00

349 B

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.