Home > front end >  Deploy Express app with Terraform in Lambda
Deploy Express app with Terraform in Lambda

Time:01-29

Please help me on deploying express.js app on lambda using terraform. As i cannot see much info regarding that, but i can see a lot of articles that uses serverless framework instead of terraform.

CodePudding user response:

You can use the 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.

  •  Tags:  
  • Related