aws-service-operator
aws-service-operator copied to clipboard
WIP Rebuilding using the CloudFormation Resource Spec
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 eachtype.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.
Wonderful, cannot wait to use it in production!!
@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 ?