You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): use existing printer singleton in validateTemplateDrift
Remove unnecessary Printer adapter that wrapped this.logger and the
redundant `import type { Printer }`. The file already imports the
`printer` singleton from @aws-amplify/amplify-prompts, which is the
correct type expected by detectTemplateDrift() and CloudFormationService.
0 commit comments