Right now I'm doing the following after updating methods in the express server (Not adding new paths).
amplify update api
//answer all the questions
amplify push
Is there a faster way to iterate on the express server when we are not changing the paths?