Frank
📢 Update: StaticSite now deploys fasterThere have been growing complaints that the
StaticSite
and ReactStaticSite
constructs are slow to deploy. We made some changes to how they are deployed to speed this up. You can read more about the changes here: https://github.com/serverless-stack/serverless-stack/releases/tag/v0.61.3
We also added a waitForInvalidation
option. Cache invalidation can sometimes take more than 5 mins. For non-prod environments it might make sense to set this as false
. That’ll skip waiting for the cache to invalidate and further speed up the deploy process.Marc Höffl
02/09/2022, 1:01 PMAdam Fanello
02/09/2022, 4:14 PMJay
Frank
waitForInvalidation
set to false, a empty/small CRA app takes 30s-1m to deploy i’d guess.Adam Fanello
02/10/2022, 1:14 AMFrank
favicon.ico
Adam Fanello
02/10/2022, 1:16 AMMarc Höffl
02/10/2022, 2:06 PMAdam Fanello
02/10/2022, 11:05 PM