Live data from Hacker News

Viewing profile — julianwood

julianwood

HN member
Joined
Tue, Dec 01, 2020, 7:40 PM UTC
HN karma
5
Public activity
6 items

About julianwood

No profile information was provided.

Recent public activity

  1. comment
    Comment #25277304

    Hi, I work for AWS in the Serverless team. Yes you can run Api Gateway and Lambda locally for testing. Have a look at AWS SAM. https://github.com/aws/serverless-application-model

  2. comment
    Comment #25271256

    Hi, I work in the AWS Serverless Team. Just to say, the performance of running a container image is pretty much the same as a function packaged as a zip function. We cache the cont…

  3. comment
    Comment #25269033

    This should make things easier if you're mature in container tooling. AWS SAM recently added much better support for Lambda Layers, and you can use makefiles etc. there. In fact, I…

  4. comment
    Comment #25268998

    There's going to be a lot more information coming about this over the next 3 weeks during re:Invent. A good outside-AWS blog post is this one: https://twitter.com/hichaelmart/statu…

  5. comment
    Comment #25268976

    Yes, with the new container image support, you can use the same docker or ECR images to build, and test your functions locally, and run them on Lambda. Consistent images is super u…

  6. comment
    Comment #25268962

    We optimize and cache the image so cold starts times should be the same as with zip functions.