aws-quickstart / cdk-eks-blueprints

AWS Quick Start Team
Apache License 2.0
447 stars 198 forks source link

[DOC][ADDON] - CoreDNS #338

Closed youngjeong46 closed 2 years ago

youngjeong46 commented 2 years ago

CoreDNS addon documentation shows wrong npm library import:

import * as blueprints from '@shapirov/cdk-eks-blueprint';

should be

import * as blueprints from '@aws-quickstart/eks-blueprint';
shapirov103 commented 2 years ago

That is a left-over from the original project name, which used to be cdk-eks-blueprint until we renamed to ssp.

youngjeong46 commented 2 years ago

Addressed per PR #342. Closing the issue.