community
community copied to clipboard
AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
**Is your feature request related to a problem?** Similar to being able to ignore certain resources or field paths during code generation by specifying them under `ignore.resource_names` or `ignore.field_paths` in...
Determine exit criteria for Step Functions controller GA release and implement them.
Determine exit criteria for Lambda controller GA release and implement them.
**Describe the bug** After the controllers resolve resource references contained within a list of structs (such as EC2's `RouteTable.Routes`), they incorrectly patch the `spec`, adding the concrete field. I have...
We need to publish a document informing ACK developers on how to write clean and well-summarized git commit messages and PR summaries. This will help the process of code review...
**What is the URL of the document?** **Which section(s) is the issue in?** Likely "Tutorials" **What needs fixing?** There is no example for how to use [`AdoptedResource`](https://aws-controllers-k8s.github.io/community/reference/common/v1alpha1/adoptedresource/) in the documentation,...
**What is the URL of the document?** Each proposal doc at https://github.com/aws-controllers-k8s/community/tree/main/docs/design/proposals **Which section(s) is the issue in?** Missing section **What needs fixing?** Add current Status or Implementation History to...
## New ACK Service Controller Support for [WAFv2](https://docs.aws.amazon.com/waf/latest/APIReference/Welcome.html) ### List of API resources List the API resources in order of importance to you: 1) WAF ACL 1) WAF ip set...
The `ack-generate` tool currently consumes the API model definitions from `aws-sdk-go` for a particular AWS service and outputs generated code for: - ACK-specific CRDs (i.e. CRDs in the `services.k8s.aws` APIGroup...
**Describe the bug** The current (0.18.4) generator doesn't set CR fields for fields marked as `is_attribute` - this primarily concerns SQS and SNS which have a `GetAttributes` API call to...