The Ops Community ⚙️

Discussion on: Don't Manage Terraform Enterprise With Terraform

Collapse
 
tonytalkstech profile image
Tony Morris

Hi @jon, thanks for the question!

I have a full-stack development team currently building out the Control Plane application (and an underlying platform layer) with a number of technologies:

  • Angular for the front end UI
  • TypeScript for the back end API
  • AWS Step Functions for the orchestration
  • AWS Lambda for the functions themselves
  • AWS SAM for the serverless deployment model
  • Terraform for the AWS resource creation (outside of the main Step Functions)

I think that covers all the tech used within the application stack. It's all pretty custom to our business cases, so we started with the customizable AWS Step Functions with Lambda to handle most of the work.