Live data from Hacker News

Viewing profile — twagner

twagner

HN member
Joined
Fri, Apr 17, 2015, 4:31 PM UTC
HN karma
21
Public activity
14 items

About twagner

No profile information was provided.

Recent public activity

  1. comment
    Comment #12879028

    Quick clarification: No need to go through API Gateway if you don't actually need the https endpoint - all AWS SDKs can hit Lambda's REST APIs directly, which also reduces p50 late…

  2. comment
    Comment #12879017

    Yes. First step was https://aws.amazon.com/blogs/aws/new-amazon-linux-container-... . Layering Lambda's image on top of that to assist people building and testing is definitely on …

  3. comment
    Comment #12748714

    Yep, I hear about the lack of Python3 all the time, and I know our Python users are waiting for it. On the roadmap, and partially complete, but competing with some other language w…

  4. comment
    Comment #12682799

    @hobofan, take a look at our recent API Gateway features and see if the greedy paths and pass-through settings provide what you're looking for (they're also supported by CloudForma…

  5. comment
    Comment #11072414

    Suboptimal ;-). This is a common request, and we're looking at options for a config feature that's independent of the code payload. Tweet or email me detailed suggestions/asks for …

  6. comment
    Comment #11072401

    This is great feedback encoderer. We're going to keep iterating fast to make deployment, packaging, and global (cross-region) updates even easier for AWS Lambda.

  7. comment
    Comment #10624445

    Appreciate the feedback/suggestions! We'll take a look at expanding the disk space, probably as part of the "power level" adjustment that already affects memory, CPU power, etc.

  8. comment
    Comment #10624421

    AWS Lambda function schedules are driven off the same fault-tolerant, highly available service that powers SWF. (So...yes, they're reliable :)

  9. comment
    Comment #10178324

    Totally agree. It's our most requested feature on the Lambda team and a priority to enable.

  10. comment
    Comment #10178310

    AWS Lambda supports nodejs and jvm-based languages (Java, Scala, Clojure, etc.) directly, and lets you run Python, shell scripts, and arbitrary executables as well. We started with…

  11. comment
    Comment #9414445

    Thanks (and love the suggestion of R, though we probably want a repl as well for that).

  12. comment
    Comment #9414433

    1. Working on it :). I'd appreciate feedback on the scope of an mvp feature here: e.g., daily/hourly/5 minute-ly periodicity? Scheduled day/time in the future for a one-off? Or is …

  13. comment
    Comment #9414370

    Tldr: Only if your events are extremely infrequent. With an inter-event arrival rate of seconds to few minutes, your jvm processes get frozen and thawed out the vast majority of th…

  14. comment
    Comment #9395471

    @RossM: We will definitely be supporting additional languages. Happy to take input on the order... @vegasje: VPC tunneling is a frequent customer ask and is on the roadmap.