sam remote callback - Amazon Serverless Application Model
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

sam remote callback

This page provides reference information for the Amazon Serverless Application Model Command Line Interface (Amazon SAM CLI) sam remote callback command.

For an introduction to the Amazon SAM CLI, see What is the Amazon SAM CLI?

The sam remote callback command allows you to send callbacks to remote durable function executions running in Amazon Lambda.

Note

These commands require access to Amazon 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.