How to do rapid debug with Amplify without having to constantly push every changes?

Amplify build-in code editor

How to do rapid debug with Amplify without having to constantly push every changes?

Are you tired to having to push every little changes to amplify before you get it right?

Well, good news for you. Amplify has a build in code editor that allows for quick troubleshooting.

  1. AWS management console —> click on service: AWS Amplify
  2. Launch Amplify Studio
  3. On the left-hand panel, select Functions
  4. Select the function you want to work on
  5. Scroll down, and look at the code section, you’ll find your Lambda Function with code editor
  6. Make changes and click on test to execute code in real time
  7. Any changes you make here won’t prevail in your real Lambda Function
  8. After you’re done fixing up everything, make sure to copy your code from browser and into your native editor.
  9. Finally push your code into amplify.