sam remote execution
This page provides reference information for the Amazon Serverless Application Model Command Line Interface (Amazon SAM CLI)
sam remote execution command.
For an introduction to the Amazon SAM CLI, see What is the Amazon SAM CLI?
The sam remote execution command allows you to manage and inspect remote durable function executions running in Amazon Lambda.
Note
These commands require access to Amazon credentials.
Usage
$sam remote execution<subcommand><options>
Options
--help, -h-
Show this message and exit.
Subcommands
get-
Get details of a durable execution. For more information, see sam remote execution get.
history-
Get execution history of a durable function execution. For more information, see sam remote execution history.
stop-
Stop a durable function execution. For more information, see sam remote execution stop.