aws-service-operator icon indicating copy to clipboard operation
aws-service-operator copied to clipboard

WIP Rebuilding using the CloudFormation Resource Spec

Open christopherhein opened this issue 5 years ago • 2 comments

Signed-off-by: Christopher Hein [email protected]

Issue #, if available: #153

Description of changes: This is still a WIP but it currently uses a single CFN Stack CRD that will manage all Cloudformation stacks, then I have currently implemented only Apigateway Accounts (this is purely to build the controller which manages the stack), This requires a new func to the types.go for each other CR for GetTemplate which will return the standard Cloudformation template used for provisioning.

Work Left

  • [ ] Code generate GetTemplate function for each type.go
  • [ ] Convert Apigateway Controller into a code generated controller based on the CFN Spec
  • [ ] Build out the stack/resource references
  • [ ] e2e tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

christopherhein avatar Jun 30 '19 15:06 christopherhein

Wonderful, cannot wait to use it in production!!

mtparet avatar Jul 13 '19 03:07 mtparet

@christopherhein Do you have any estimate (are there days or weeks or months, I'm not asking any ETA) when you will get this rebuilding released ?

mtparet avatar Jul 17 '19 13:07 mtparet