DEV Community

Discussion on: When starting a new project, when wouldn't you want to build in a cloud?

Collapse
 
salhernandez profile image
Salvador Hernandez

You could try Elastic Beanstalk or AWS Amplify. They have a lot of recipes, and some that allow you to "just upload your code" and they do the rest.

Thread Thread
 
therealdakotal profile image
Dakota Lewallen

From my experience, Amplify is great for UIs in general, but the GraphQL section has made me miserable more than once. And Beanstalk feels like CloudFormation "lite" for webapps. I do appreciate that Beanstalk leaves its architecture out in the open for you, but I've never found it to be much of a time saver.