terraform lambda example:AWS Lambda的Hello World示例 源码
Terraform + Golang AWS Lambda + API网关 这是部署由AWS Lambda函数支持的HTTP API的最小Hello World示例。 该功能用Go编写,并且使用Terraform自动化部署。 先决条件 Terraform and Go 安装和 。 在具有Homebrew的macOS上: $ brew install go terraform AWS凭证 使用aws configure命令配置您的AWS访问密钥和~/.aws/credentials密钥,或者仅创建一个包含密钥的~/.aws/credentials文件: [default] aws_acce
文件列表
terraform-lambda-example-master.zip
(预估有个5文件)
terraform-lambda-example-master
.gitignore
54B
main.go
716B
README.md
3KB
main.tf
3KB
Makefile
368B
暂无评论