AWS SAM CLI 的安装(macOS)
目录
SAM (Serverless Application Model) 是 AWS 提供的一个用于构建无服务器应用程序的开源框架。
这里安装其命令行工具,用来方便快速部署 AWS Serverless 项目。
现在还提供了 GUI 和 CLI 版本,点击查看安装指导文档
pkg 安装包 (推荐)
相对简单,可靠。
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html
也提供 Homebrew 方式安装,但安装包之间可能有兼容性问题。
更多参考内容:
Learn how to create and test your serverless applications, and how to automate deployments
Review SAM CLI commands and learn how you can use them
Find examples of API backends, IoT backends, stream processing applications, and more