Hello Everyone,
I have built two production apps using Chalice in the past, but for several reasons I do not want to build on Chalice anymore.
1. Chalice does not support several new features (HTTP API, only supports the original REST API from API Gateway) and ARM
2. As your app gets bigger, deploys become very slow. One app takes 30 minutes, and the other 15 minutes.
3. Local Development is a problem
I am looking for alternatives, but I am not a fan of Cloud Formation, It seems very verbose and not user friendly. Thus the reason I am not very excited about
Serverless.com framework. However Serverless Stack seems to be CDK based, which while it compiles to Cloud Formation seems better. What I am wondering about is this Serveless Stack able to help with any of my issues, or can I just use straight CDK? Can I use Python to use Serveless Stack, I prefer Python over JS, personally