Ask HN: Serverless.com framework vs. raw AWS console?
https://news.ycombinator.com/item?id=21868178I'm starting a new project using AWS Appsync as the backbone. I'm wondering if using the Serverless framework to manage this deployment makes the most sense.
Pros: * AWS config done using yaml files that can then be version controlled. * Avoid the horrible AWS GUIs. * Easier migration to other cloud providers (not sure how true this is).
Cons: * Potential lag time between AWS features and serverless? * Additional dependency on startup that might go bust. * Diverging from "standard" way of doing things? * Others?
What have you guys chosen to do?