Ted Mader
03/21/2022, 6:12 AMDistribution. Are there any examples/guides on how to do this with SST?Frank
Ted Mader
03/21/2022, 3:02 PMDistribution ’s endpoint at leastFrank
Distribution from 1 stack to another while keeping the same endpoint would be to use CloudFormation’s Import feature. While we’ve got some plans to provide helper tools to simply importing, but at the moment, you’d have to do it through manually via the AWS CloudFormation console. Here are the steps https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/refactor-stacks.htmlFrank
Distribution > create a new Distribution in another stack > flip the domain to point to the new DistributionFrank
Ted Mader
03/25/2022, 4:35 AM