shapirov103 / cdk-eks-blueprint

repo for CDK Software Factory
Apache License 2.0
11 stars 2 forks source link

Feature/project file organization #56

Closed kcoleman731 closed 3 years ago

kcoleman731 commented 3 years ago

This pull request performs the following:

  1. Adds a cluster-provider dir and move the cluster providers into the new dir.
  2. Adds a stacks dir and move the stack file into the new dir
  3. Updates imports
  4. Renames files to use dashes instead of camel case. This is inline with CDK convention.