DEV Community

Discussion on: The Easiest Way to Run Microservices: Comparing AWS and Heroku

Collapse
 
johncmunson profile image
John Munson

Comparing to AWS Lambda would not be comparing apples to apples. The code would likely need to be modified to fit with the handler format that Lambda expects. There are cold starts to consider. The list goes on.

However, comparing to Beanstalk probably would’ve made sense.