amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
733 stars 103 forks source link

WIP Rebuilding using the CloudFormation Resource Spec #199

Open christopherhein opened 5 years ago

christopherhein commented 5 years ago

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 the types.go for each other CR for GetTemplate which will return the standard Cloudformation template used for provisioning.

Work Left

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

mtparet commented 5 years ago

Wonderful, cannot wait to use it in production!!

mtparet commented 5 years ago

@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 ?