Works On My Machine

· 93 words · 1 minute read
Improving ease of development in a cloud native environment

The customer was setting up a development platform on AWS EKS. They wanted to have a cloud native development environment, but still have the benefits of a local development environment. Among other things, they wanted to easily re/start services, debug and view logs. My task was to write Terraform code with my team to set up the platform and also to research and present solutions to improve the developer experience.

Challenges 🔗

  • Tight budget

My Contribution 🔗

  • Write Terraform code
  • Build an example Spring Boot application to demonstrate Scaffold
  • Present solutions to customer