top | item 40562895

(no title)

danfritz | 1 year ago

It seems dead? https://github.com/aws/chalice/issues/2067

discuss

order

abrichr|1 year ago

jacky2wong|1 year ago

Surprised to see the list of companies using AWS powertools

kapilvt|1 year ago

its not quite the same, roughly 60-70% of chalice code by volume is actually helping auto provision. power tools is about 70-80% code by volume is integration with other services/capabilities in aws (tracing, logging, metrics, etc). the overlap is the event routing shims/decorators.

tedmiston|1 year ago

Not a huge surprise. It filled a weird niche, which was very easy to use for basic use cases, but Chalice only supported a small subset of Lambda features and didn't get much attention from AWS either.

As soon as you tried to do slightly more than was possible with it, it become unviable to manage all of the Lambdas and you end up having to use Terraform or similar anyway. If I were doing lots of new Lambdas today, I'd probably just use a third-party Terraform module for all of it.

tedivm|1 year ago

Yup! I used to use it, but was very disappointed in how little support it got and ended up dropping it. It's a great idea but never got enough resources to take off.