chore(eks): readme compilation errors#17637
chore(eks): readme compilation errors#17637mergify[bot] merged 2 commits intoaws:masterfrom kaizencc:eks-fix
Conversation
| ```ts | ||
| declare const cluster: eks.Cluster; | ||
| const manifest = cluster.addManifest('manifest', {/* ... */}); | ||
| manifest.node.addDependency(cluster.albController ?? []) |
There was a problem hiding this comment.
@rix0rrr This was just introduced in #17618, and was a new example (so no cache issues). This error should have been reported by the strict mode enforced on eks if that were working properly. It was also not reported in the build failure on the forward-merge PR, but was reported when I ran yarn rosetta:extract --compile locally.
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license