awsmobile-cli
awsmobile-cli copied to clipboard
Run backend locally?
I haven't found a way to test the backend locally. The way I get around it is to test the backend code in the frontend, move it to the backend when it's tested then do an awsmobile push. Is there a better way?
Unfortunately, we don't currently have local simulation of the backend cloud. One work around would be to have two aws environments, one for your dev and test, and the other for production.
I don't understand how this helps me not have to push the backend when I make a simple change I want to test.
It does not. I was just pointing out a way to test before pushing to Prod.
This is a very important feature for me. Development is a real pain when I have to push every single change I make. Especially when debugging.
especially when every awsmobile push takes minimally 5 minutes
+1 Have you tried using SAM with the lambda?