

# Use Amazon CodeBuild with serverless applications
<a name="serverless-applications"></a>

The Amazon Serverless Application Model (Amazon SAM) is an open-source framework for building serverless applications. For more information, see the [Amazon serverless application model](https://github.com/awslabs/serverless-application-model) repository on GitHub.

You can use Amazon CodeBuild to package and deploy serverless applications that follow the Amazon SAM standard. For the deployment step, CodeBuild can use Amazon CloudFormation. To automate the building and deployment of serverless applications with CodeBuild and Amazon CloudFormation, you can use Amazon CodePipeline.

For more information, see [Deploying Serverless Applications](https://docs.amazonaws.cn/serverless-application-model/latest/developerguide/serverless-deploying.html) in the *Amazon Serverless Application Model Developer Guide*.

## Related resources
<a name="acb-more-info"></a>
+ For information about getting started with Amazon CodeBuild, see [Getting started with Amazon CodeBuild using the console](getting-started-overview.md#getting-started).
+ For information about troubleshooting issues in CodeBuild, see [Troubleshooting Amazon CodeBuild](troubleshooting.md).
+ For information about quotas in CodeBuild, see [Quotas for Amazon CodeBuild](limits.md).