

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 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 클라우드에 배포와 같은 개발자 워크플로의 후속 단계를 위해 애플리케이션을 준비합니다. |  + [를 사용한 빌드 소개 AWS SAM](using-sam-cli-build.md)<br />+ [sam build](sam-cli-command-reference-sam-build.md)  | 
| **sam deploy** | 를 사용하여 애플리케이션을 AWS 클라우드에 배포합니다 CloudFormation. |  + [를 사용한 배포 소개 AWS SAM](using-sam-cli-deploy.md)<br />+ [sam deploy](sam-cli-command-reference-sam-deploy.md)  | 
| **sam init** | 새 서버리스 애플리케이션을 초기화하고 생성하는 옵션을 제공합니다. |  + [에서 애플리케이션 생성 AWS SAM](using-sam-cli-init.md)<br />+ [sam init](sam-cli-command-reference-sam-init.md)  | 
| **sam local** | 서버리스 애플리케이션을 로컬에서 테스트하는 하위 명령을 제공합니다. |  + [sam local 명령을 사용한 테스트 소개](using-sam-cli-local.md)<br />+ [sam local generate-event](sam-cli-command-reference-sam-local-generate-event.md)<br />+ [sam local invoke](sam-cli-command-reference-sam-local-invoke.md)<br />+ [sam local start-api](sam-cli-command-reference-sam-local-start-api.md)<br />+ [sam local start-lambda](sam-cli-command-reference-sam-local-start-lambda.md)  | 
| **sam remote invoke** |  AWS 클라우드에서 지원되는 AWS 리소스와 상호 작용하는 방법을 제공합니다. |  + [sam remote invoke를 사용하여 클라우드에서 테스트 소개](using-sam-cli-remote-invoke.md)<br />+ [sam remote invoke](sam-cli-command-reference-remote-invoke.md)  | 
| **sam remote test-event** |  AWS Lambda 함수에 대한 공유 가능한 테스트 이벤트에 액세스하고 관리하는 방법을 제공합니다. |  + [sam remote test-event를 사용한 클라우드 테스트 소개](using-sam-cli-remote-test-event.md)<br />+ [sam remote test-event](sam-cli-command-reference-remote-test-event.md)  | 
| **sam sync** | 로컬 애플리케이션 변경 사항을 AWS 클라우드에 빠르게 동기화하는 옵션을 제공합니다. |  + [를 사용하여 sam sync에 동기화 소개 AWS 클라우드](using-sam-cli-sync.md)<br />+ [sam sync](sam-cli-command-reference-sam-sync.md)  | 