commitdev / zero-aws-eks-stack

zero module for a basic AWS kubernetes stack on EKS
Apache License 2.0
16 stars 9 forks source link

Add serverless/EKS options in eks stack #231

Open bmonkman opened 2 years ago

bmonkman commented 2 years ago

We need options added to the zero module config to allow users to pick serverless or EKS, and in the terraform we should have the ability to toggle each of them independently. In a later ticket we can focus more on the transition between them, as that may require some extra scripting to be as user-friendly as possible.

bmonkman commented 2 years ago

Related to commitdev/zero#416