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.
Signed-off-by: Christopher Hein me@chrishein.com
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 thetypes.go
for each other CR forGetTemplate
which will return the standard Cloudformation template used for provisioning.Work Left
GetTemplate
function for eachtype.go
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.