sam local callback
This page provides reference information for the Amazon Serverless Application Model Command Line Interface (Amazon SAM CLI)
sam local callback command.
For an introduction to the Amazon SAM CLI, see What is the Amazon SAM CLI?
The sam local callback command allows you to send callbacks to local durable function executions during development and testing.
Usage
$sam local callback<subcommand><options>
Options
--help, -h-
Show this message and exit.
Subcommands
succeed-
Send a success callback to a durable function execution. For more information, see sam local callback succeed.
fail-
Send a failure callback to a durable function execution. For more information, see sam local callback fail.
heartbeat-
Send a heartbeat callback to a durable function execution. For more information, see sam local callback heartbeat.