at work, we want to share some common code across ...
# general
g
at work, we want to share some common code across several projects. So we’re interested into knowing if some code modification on some libs has some impacts on some projets using those libs. Is there a generic way to detect such changes in isolation? (testing the output changes (JSON?) of a stack without running it against a real infrastructure - a golden test)? What’s the recommended strategy here? (working on AWS)