

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# sam remote execution
<a name="sam-cli-command-reference-sam-remote-execution"></a>

このページでは、 AWS Serverless Application Model コマンドラインインターフェイス (AWS SAM CLI) `sam remote execution` コマンドのリファレンス情報を提供します。

の概要については AWS SAM CLI、「」を参照してください。 [とは AWS SAM CLI](what-is-sam-overview.md#what-is-sam-cli)

`sam remote execution` コマンドを使用すると、 AWS Lambda で実行されているリモートの永続的な関数の実行を管理および検査できます。

**注記**  
これらのコマンドには、 AWS 認証情報へのアクセスが必要です。

## 使用方法
<a name="sam-cli-command-reference-sam-remote-execution-usage"></a>

```
$ sam remote execution <subcommand> <options>
```

## オプション
<a name="sam-cli-command-reference-sam-remote-execution-options"></a>

`--help, -h`  <a name="sam-cli-command-reference-sam-remote-execution-options-help"></a>
このメッセージを表示して終了します。

## サブコマンド
<a name="sam-cli-command-reference-sam-remote-execution-subcommands"></a>

`get`  <a name="sam-cli-command-reference-sam-remote-execution-subcommands-get"></a>
永続的な実行の詳細を取得します。詳細については、「[sam remote execution get](sam-cli-command-reference-sam-remote-execution-get.md)」を参照してください。

`history`  <a name="sam-cli-command-reference-sam-remote-execution-subcommands-history"></a>
永続的な関数実行の実行履歴を取得します。詳細については、「[sam remote execution history](sam-cli-command-reference-sam-remote-execution-history.md)」を参照してください。

`stop`  <a name="sam-cli-command-reference-sam-remote-execution-subcommands-stop"></a>
永続的な関数の実行を停止します。詳細については、「[sam remote execution stop](sam-cli-command-reference-sam-remote-execution-stop.md)」を参照してください。