DEV Community

Discussion on: If you use Amplify and Git branches, you are going to have a bad time

Collapse
 
jhachtel profile image
Jeff Hachtel

Amplify helped us get an app up and running in a very short time. We took that route because integrating auth was so easy, then found out how easy everything else was - until it wasn't. We abandoned Amplify and took another route for exactly the reasons you highlight here.

Collapse
 
yonatankorem profile image
Yonatan Korem

Hi Jeff,

That is exactly what happened with us. Authentication was a big selling point for us since we not only set up Cognito with Amplify CLI, but also used the Amplify React library that provides a login screen that fully integrates with Cognito.

It is incredible what you can achieve in one hour with Amplify. But after one month, you'll find it is more of a hinderer.