Skip to content
#

flyte

Here are 21 public repositories matching this topic...

flyte
kumare3
kumare3 commented Sep 25, 2020

Motivation: Why do you think this is important?
New user should be able to deploy an EKS cluster, create a bucket and an RDS instance using a launch button and also deploy the EKS overlay

https://aws.amazon.com/blogs/devops/construct-your-own-launch-stack-url/

Goal: What should the final outcome look like, ideally?
On github page of Flyte there should be a launchstack button

**D

mateiidavid
mateiidavid commented Sep 25, 2020

Change package structure

  • The project structure is a bit strange for a Go project and it's also going to be harder to maintain moving forward. The domain package, for example, has no purpose and is more of an OOP construct -- plainly, the structure is not very idiomatic Go.

  • We should re-think the package structure, including the possible refactoring of command declaration and handler

Improve this page

Add a description, image, and links to the flyte topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flyte topic, visit your repo's landing page and select "manage topics."

Learn more