|
|
|
|
|
by RileyJames
1918 days ago
|
|
Yes, I built an MVP in this manner. V1 was a static site, landing pages to see if there was any traffic / interest. Jekyll. Deployed to S3, with route53. V2 used two lambda functions (aws, python backed by an RDS instance. SES to send an email.) to add the most basic function to the static site, to test if people who wanted that content also wanted to take said action. V3 I intend to build it into a full app. Probably in rails. v2 has been running now for 2 years without maintenance, building a user base for v3. |
|