0

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?

Ole
  • 41,793
  • 59
  • 191
  • 359

1 Answers1

0

It looks like just running amplify push is enough, unless a path is being added, removed, or updated.

Ole
  • 41,793
  • 59
  • 191
  • 359