Use Amazon CodeBuild with serverless applications - Amazon CodeBuild
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Use Amazon CodeBuild with serverless applications

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 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 in the Amazon Serverless Application Model Developer Guide.

Related resources