

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

# AWS SAM CLI コアコマンド
<a name="using-sam-cli-corecommands"></a>

AWS SAM CLI には、サーバーレスアプリケーションの作成、構築、テスト、デプロイ、同期に使用する、いくつかの基本的なコマンドが備わっています。次の表に、これらのコマンドの一覧と、それぞれの詳細情報のリンク先を示します。

 AWS SAM CLI コマンドの完全なリストについては、「[AWS SAM CLI コマンドリファレンス](serverless-sam-cli-command-reference.md)」を参照してください。


| コマンド | その内容 | 関連トピック | 
| --- | --- | --- | 
| **sam build** | ローカルテストや AWS クラウドへのデプロイなど、デベロッパーワークフローの以降のステップのためにアプリケーションを準備します。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 
| **sam deploy** | を使用してアプリケーションを AWS クラウドにデプロイします CloudFormation。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 
| **sam init** | 新しいサーバーレス アプリケーションを作成および初期化するためのオプションを提供します。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 
| **sam local** | サーバーレスアプリケーションをローカルでテストするためのサブコマンドを提供します。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 
| **sam remote invoke** |  AWS クラウドでサポートされている AWS リソースを操作する方法を提供します。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 
| **sam remote test-event** |  AWS Lambda 関数の共有可能なテストイベントにアクセスして管理する方法を提供します。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 
| **sam sync** | ローカルアプリケーションの変更を AWS クラウドにすばやく同期するオプションを提供します。 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/using-sam-cli-corecommands.html)  | 