Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,107 contributions in the last year
Activity overview
Contributed to
aws/aws-controllers-k8s,
aws/amazon-vpc-cni-k8s,
aws/eks-charts
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in aws/aws-controllers-k8s that received 1 comment
fix SNS service controller issues
There were a couple issues that were manifesting as failures when running the SNS e2e test. The first issue was a cryptic message appearing in the …
+38
−6
•
1
comment
- checking in SNS service controller
- Add script that publishes Docker image for ctrlr
- checking in S3 service controller
- checking in ECR service controller
- ensure ECR DescribeRepositories properly generated
- Revert "fixing kind-build-test script when no ROLE_ARN is passed"
- check for NotFound using 255 or 254 for ECR
- ensure scripts/kind-build-test.sh has AWS Role ARN
- SNS service controller codegen fixes
- S3 service controller enhancements and fixes
- fixes for S3 service controller generation
- minor CI cleanups
- Missed adding template changes
- address issues in ReadMany generated output code
- was missing an else-if in SDK template
- adds Bash-based e2e test framework and ECR test
- add ExceptionsConfig instructions for code gen
- properly handle NotFoundException in reads
- plumb reconciler into resource manager
- Missing source lib/aws.sh
- implement ReadMany code path
- add NotImplemented for ReadMany code path
- nil guards for Status from output shape
- update codegen docs to represent today's reality
- place nil guards on input shape code generation
- Some pull requests not shown.
- Clean service alias names from white spaces
- generator config and smoke test for ElastiCache CacheSubnetGroup #215
- Add variable separators
- Fix ARN role for test docs
- ensure ECR DescribeRepositories properly generated
- Handing the validation error during sdkReadOne operation.
- sync up docs with #201
- Fixes up testing for dev preview
- improves testing instructions for dev preview
- update testing docs
- Preview readme and website updates
- Add make help and build-controller-image targets
- ECR manifest examples
- Build controllers container images using one Dockerfile
- local functional testing
- updates contributor docs
- fix: Ignored resource names appear in import for main.go causing docker image build failure
- fixes docs config, ups to 5.x
- Ability to filter service APIs for controller auto generation #133
- Initial attempt to pass account ID info as a parameter to service con…
- Kind local test cluster
- [aws-calico] Fix indentation in deployment templates
- aws-calico: add podSecurityPolicy objects
- [aws-calico] Add option to override node selectors
- Utilize imagePullSecrets for fluentbit chart
- Add PodSecurityPolicy to AWS for Fluent Bit
- Allow for fluentbit to specify update strategy
- Allow kinesis.partitionKey to be optional
- Add missing calico-node get configmap permission
Created an issue in aws/aws-controllers-k8s that received 2 comments
S3 service controller build failures
jaypipes@thelio:~/go/src/github.com/aws/aws-controllers-k8s$ make build-ack-generate go build -tags codegen -o bin/ack-generate cmd/ack-generate/ma…
2
comments
- Automatically run `go fmt` on all generated files for a service controller
- Reorganize ACK's generator code
- Handle when service alias doesn't match the name of the API
- Handle S3 OperationAborted due to conflicting conditions
- Handle credential expiration gracefully
- same-named fields in Input and Output shapes with different Go types
- Defining AWS tags that ACK service controllers should always add to resources
- Building DynamoDB ACK service controller fails