Ask HN: What should I be on the lookout putting my MVP to production using AWS?
Putting a product to production for the first time using AWS backend - its like a platform to look at ecommerce data which scrapes info from different websites for competitive analysis.
6 comments
[ 4.4 ms ] story [ 27.4 ms ] threadLambdas and all the serverless stuff is great until it isn't anymore, because you need another service for this and another service for that which gets a) complex quickly and b) expensive, too.
For an MVP, go EC2 or ECS and a database, possibly S3 storage depending on what you need. MVPs are all about learning about the problem in the most cost-efficient way possible
Alternatively, go rent a virtual server for a couple bucks a months somewhere