Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic in code generator when generating lambda controller (aws-co…
…ntrollers-k8s#384) The recent patch ([PR 383](aws-controllers-k8s#383)) introduced a regression that caused the code generator to panic when generating the lambda controller. This commit addresses the issue by adding a check to ensure that the shapeRef reference is not nil before accessing the Documentation field. This prevents the panic from occurring and allows the code generator to function correctly. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information