自动部署 Amazon SAM 应用程序 - Amazon Serverless Application Model
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

自动部署 Amazon SAM 应用程序

在 Amazon SAM 中,自动部署 Amazon SAM 应用程序的方式因您使用的 CI/CD 系统而异。因此,本节中的示例向您展示了如何配置各种 CI/CD 系统,以便在 Amazon SAM 构建容器映像中自动构建无服务器应用程序。这些构建容器映像使得使用 Amazon SAM CLI 构建和打包无服务器应用程序变得更轻松。

根据您使用的 CI/CD 系统,现有 CI/CD 管道使用 Amazon SAM 部署无服务器应用程序的过程略有不同。

以下主题提供了配置您的 CI/CD 系统以便在 Amazon SAM 构建容器映像中构建无服务器应用程序的示例: