Hello everyone,
I am working on a serverless project using SST and deploying with Seed & i am facing some challenges managing multiple environment; While SST and Seed seem to handle this well I have found it tricky to keep the configurations consistent across these environments without duplicating code or running into issues with environment variable.
For those who have deployed multi-environment setup with SST and Seed how do u manage configurations and secrets effectively across different stages?? Do you use a particular strategy to keep things DRY & avoid issues when scaling the app?
Also i have check this resorse & article https://discourse.sst.dev/t/how-are-sst-serverless-framework-meant-to-be-used-together/learn looker
Thank you.