diff --git a/template/cloudFormationWebsiteTemplate.js b/template/cloudFormationWebsiteTemplate.js index 976d00c..72a4f3d 100644 --- a/template/cloudFormationWebsiteTemplate.js +++ b/template/cloudFormationWebsiteTemplate.js @@ -187,11 +187,6 @@ const stackProvider = { } }; - // Temporarily set these values to be small so that we do not break anything. Later after fully migrating we can remove this and restore the correct values. - Object.values(stack.Resources).filter(r => r.Type === 'AWS::Route53::RecordSet').map(r => { - r.Properties.TTL = '300'; - }); - return stack; } };