Live data from Hacker News

Viewing profile — garethmcc

garethmcc

HN member
Joined
Thu, Nov 22, 2018, 8:45 AM UTC
HN karma
29
Public activity
43 items

About garethmcc

Developer Advocate at Serverless, Inc. Please feel free to get in contact with me anytime on twitter @garethmcc or by email gareth@serverless.com

Recent public activity

  1. comment
    Comment #38040241

    The difference is that the model is based on usage not seats and revenue is going to be shared with builders of extensions used by users of the framework (80% of the revenue) to he…

  2. comment
    Comment #31682285

    The "bankrupt your company with the wrong keystroke" is not entirely accurate. AWS does work with companies (or even individuals) if they genuinely made an error that wracked up a …

  3. comment
    Comment #30025072

    I have watched almost all those talks as they are technically dense and full of very good and very useful technical knowledge that I would be much poorer for not watching. These ar…

  4. comment
    Comment #29635562

    Have you looked at the recent crop of Serverless rechnologies that rtuly abstract away even considering the underlying hardware platforms. I am talking about tools such as Serverle…

  5. comment
    Comment #29579855

    I have worked with many teams and found lambda to be by far more cost effective. Did your calculations include the time lost waiting to deploy solutions while infrastructure gets s…

  6. comment
    Comment #29550436

    This is where using a tool like the Serverless Framework helps solve a lot of these problems: - Use async/await promises instead and the specific plugin for the Serverless Framewor…

  7. comment
    Comment #29263838

    I agree somewhat, but its a little more nuanced. Right up front, you could absolutely get infrastructure setup yourself using things like EC2 etc that would eventually be cheaper w…

  8. comment
    Comment #28659712

    FaaS has been remarkably good for many companies with very late stage products running with very large numbers of users for a very long time. The speed of development even in a mat…

  9. comment
    Comment #28304456

    Non-relational databases match one of the largest use cases that exist; large volume OLTP workloads. Non-relational databases typically can handle far more load on reads and writes…

  10. comment
    Comment #27832703

    Not to mention that that same infrastructure you say is in abundance is usually pretty heavily utilised already so there isn't just spare capacity lying around. Procuring new hardw…

  11. comment
    Comment #27832677

    Its not as simple as that. Just because its the case of "we have lots of old stuff" doesn't mean you need to ignore the new stuff. Building solutions with traditional data centers …

  12. comment
    Comment #27273671

    This happened to me once and AWS entirely reversed the charges no questions asked. And its really something you don't need to worry about. AWS makes more than enough money off of l…

  13. comment
    Comment #26863692

    Hi tdfirth. I am with the team at Serverless, Inc, creators of the Serverless Framework. I can totally understand the frustration, especially with new development architectures suc…

  14. comment
    Comment #26565066

    Oh yes, and serverless is not just Lambda, its a about the whole suite of cloud services you combine together to build your solution.

  15. comment
    Comment #26565064

    This is not entirely true. Firstly because Lambda keeps getting cheaper with the move from per 100ms billing to pwe 1ms being a big contributor. but also that I see organizations h…

  16. comment
    Comment #25846088

    EC2 is a managed solution but you still need to manage servers.

  17. comment
    Comment #25838662

    I am curious what made you unsatisfied. As a member of the Serverless team I'd love to hear the feedback so we can potentially improve the experience for you and others.

  18. comment
    Comment #25534765

    Shipping value is important. If you can build a solution faster in a monolithic, MVC style framework running on EC2 instances, then do that. I think people get too bogged down in t…

  19. comment
    Comment #25534690

    I have been building JAMstack apps since 2016 using exactly the stack you are asking about. Using something like the Serverless Framework to help you build and deploy your collecti…

  20. comment
    Comment #25292422

    I am not entirely sure this is correct. There are definitely ways to delete or update data.

  21. comment
    Comment #23640763

    Serverless Framework. And you have some choices. You can use the serverless-express component to just get Express deployed into Lambda: https://github.com/serverless/components#ser…

  22. comment
    Comment #23548479

    If you use a tool like the Serverless Framework, you can trigger Lambda functions off of many different events, includinmg a schedule: https://www.serverless.com/framework/docs/pro…

  23. comment
    Comment #23548472

    I just want to add in about version controlling Lambda code, this is entirely possible using the available tooling with something like the Serverless Framework at serverless.com

  24. comment
    Comment #23548465

    Not entirely true. The largest use case we see for Lambda is as the compute service for an API backend provisioned with API Gateway (so a full application backend) with synchronous…

  25. comment
    Comment #23548450

    There are an enormous number of people using Lambda's as a part of very complex workloads including customer facing platforms. Your specific use case of 100 000 incoming requests i…