Jay Pipes
Jay Pipes
I wonder why there is a "Disable" option in the AWS Console since it's pretty clear that once you enable Object Lock, you cannot disable it....
This is doable, but the whole "cannot disable once enabled" thing will need to be custom coded...
@krijan-devops After examining the Service Catalog HTTP APIs, it looks like we could support at least the following resources: * [Portfolio](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreatePortfolio.html) * [Product](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProduct.html) * [Constraint](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateConstraint.html) * [ProvisionedProductPlan](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateProvisionedProductPlan.html) * [ServiceOption](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_CreateServiceOption.html) We...
@bwhaley @dlgordon @sergey-telpuk apologies for the long delay in working on the SQS controller. Recently, I've made [some](https://github.com/aws-controllers-k8s/code-generator/pull/376) [progress](https://github.com/aws-controllers-k8s/code-generator/pull/380) in getting the attribute-based APIs modernized to the latest ACK code...
Hi @niwczi! We released an updated version of the SQS controller 10 days ago (v0.0.1). You can read about the Queue resource here: https://aws-controllers-k8s.github.io/community/reference/sqs/v1alpha1/queue/ We're heading towards another release that...
Related to #1773
@smoke thanks for the heads up on that. I will look further into it.
> @jaypipes does [aws-controllers-k8s/rds-controller#151](https://github.com/aws-controllers-k8s/rds-controller/pull/151) resolve this one too? @jljaco yessir!
@faganihajizada @carpenterbees @bambaryla I'm assigning this to myself. Need to get this controller in shape and I will work on implementing the update code paths this week. First step is...
@dlgordon @TheRockyOng I have gotten the code-generator back in shape for SNS/SQS with these commits: * https://github.com/aws-controllers-k8s/code-generator/commit/39d7c30b8df3c44a9804f578cd6acc9a3f669b03 * https://github.com/aws-controllers-k8s/code-generator/commit/e661ce95afc39b380653ca655503daebf1e1831b * https://github.com/aws-controllers-k8s/code-generator/commit/16f0e201b37a06b535370cc69e11adb934a22d33 So I think we can close this issue now....