sam remote callback
This page provides reference information for the AWS Serverless Application Model Command Line Interface (AWS SAM CLI)
sam remote callback command.
For an introduction to the AWS SAM CLI, see What is the AWS SAM CLI?
The sam remote callback command allows you to send callbacks to remote durable function executions running in AWS Lambda.
Note
These commands require access to AWS credentials.
Usage
$sam remote callback<subcommand><options>
Options
--help, -h-
Show this message and exit.
Subcommands
succeed-
Send a callback success to a remote durable function execution. For more information, see sam remote callback succeed.
fail-
Send a callback failure to a remote durable function execution. For more information, see sam remote callback fail.
heartbeat-
Send a callback heartbeat to a remote durable function execution. For more information, see sam remote callback heartbeat.