Disable tests when using AWS SAM Build
Before I start, disabling tests as part of your build pipeline is bad – I don’t recommend it. However, in this scenario, sam builds, especially when running sam sync –watch can take a bit of time, and the feedback loop (write some code, and quickly see it running) can be several minutes, rather than seconds…