mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
11 lines
349 B
Markdown
11 lines
349 B
Markdown
# awsInvoke
|
|
|
|
This plugin invokes a lambda function.
|
|
|
|
## How it works
|
|
|
|
`awsInvoke` hooks into the [`invoke:invoke`](/docs/plugins/core/invoke.md) 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.
|