Troubleshooting Thursdays : My API gateway rules/function's code is erased in sandbox someone else deploys

Troubleshooting Thursdays : My API gateway rules/function's code is erased in sandbox someone else deploys

API Gateway :
This issue might occur when you do not have the latest API Gateway rules in your local system. So when you deploy your code, the API Gateway rules are also deployed and since that rule is not present in your local system, it gets removed from the catalyst console. We would suggest you to do catalyst pull in order to pull all the latest API Gateway rules to your system and then deploy your code in order to resolve your issue. You can find the help documentation for the same here. Do check on the same and let us know if you further face any issues. 

Functions:
Why does this issue occur?
Let us consider two users X and Y are deploying working on a project together. They both pull the files locally in the initial phase. But Y has added a few lines of code and pushed it to sandbox. X needs to pull this code before making their changes. Alternately, they can create another function.

How can this be fixed?
By using the "catalyst pull" command before using the "catalyst deploy" command.

      Catalyst Community