Dan Van Brunt
02/01/2022, 7:15 PMsst.StaticSite
and its use of deployid
as a bucket prefix.
This now means that the CloudFront distro needs to be updated (origin path) so that adds 6-15mins of replication/deploy time.
Optional prefixes and us
With optional prefixes, I would like to write a CDK construct that handles Cloudfront distro cutovers and true blue-green deploys. We would only do that for production, while dev deploys stay spicy fast. Even without this construct… one could at lease make the deploy prefixes optional for Prod only, again, keeping dev deploy fast.Dan Van Brunt
02/03/2022, 2:14 PM