How to do rapid debug with Amplify without having to constantly push every changes?
Amplify build-in code editor
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.
- AWS management console —> click on service: AWS Amplify
- Launch Amplify Studio
- On the left-hand panel, select Functions
- Select the function you want to work on
- Scroll down, and look at the code section, you’ll find your Lambda Function with code editor
- Make changes and click on test to execute code in real time
- Any changes you make here won’t prevail in your real Lambda Function
- After you’re done fixing up everything, make sure to copy your code from browser and into your native editor.
- Finally push your code into amplify.