Live data from Hacker News

Viewing profile — TrueTeller

TrueTeller

HN member
Joined
Sun, Aug 07, 2016, 9:45 AM UTC
HN karma
14
Public activity
10 items

About TrueTeller

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #27439969

    (Pulumi providers dev here) This has been the case in the past but we are investing in our provider ecosystem. We built several first-party native providers that aren't based on TF…

  3. story
  4. comment
    Comment #18908748

    Hi, the author here. It's a good point and a valid concern, but I did an explicit choice here: I didn't want to make the article longer. I have a prequel post which describes my th…

  5. comment
    Comment #17960398

    "Analysis" is not that hackernews-worthy :P

  6. comment
    Comment #17957778

    IMO, every greenfield app that can benefit from "just focus on your business code" model. P.S. I'm the author of OP, thanks for reading!

  7. comment
    Comment #17957756

    That's all plausible except the price issue. Say, you keep 10 containers alive, so you make 10x 100ms calls every 5 minutes. That's gonna be $0.20 per month. 20 cents.

  8. comment
    Comment #17957736

    Yes, one could prewarm N instances by sending N parallel requests every 5 minutes. You have to know N though :) For most apps, scale-out cold start won't be too much of a deal brea…

  9. comment
    Comment #17957715

    There are some, e.g. https://github.com/jeremydaly/lambda-warmer and my post https://mikhail.io/2018/08/aws-lambda-warmer-as-pulumi-compo...

  10. comment
    Comment #17957706

    1. Most applications don't need the warm-up since they aren't too critical to cold starts. 2. Cloud vendors are working and succeeding to make cold starts faster, and AWS is at the…