在 Lambda 中使用 Terraform 部署 Express 应用程序

Deploy Express app with Terraform in Lambda

请帮助我使用 terraform 在 lambda 上部署 express.js 应用程序。因为我看不到太多相关信息,但我可以看到很多使用无服务器框架而不是 terraform 的文章。

您可以使用 terraform-aws-lambda module to start. If you need guidance on Terraform for HTTP API Gateways, these example is under the API Gateway Terraform is a good start.