9101112131415
@Component public class TemplateReader { public CloudFormationTemplate readTemplateFromFile(String templateName) throws IOException { return new CloudFormationTemplate(FileReaderUtils.readFileFromClasspath(templateName)); }