Live data from Hacker News

Viewing profile — anfrank

anfrank

HN member
Joined
Sat, Jun 29, 2019, 6:15 PM UTC
HN karma
27
Public activity
12 items

About anfrank

CTO @ Seed (www.seed.run) Author @ Serverless-Stack.com

Making it easy for startups to use serverless. Comments and feedback welcome, frank@anoma.ly

Recent public activity

  1. comment
    Comment #26863617

    Awesome! We also have a super passionate community at https://launchpass.com/serverless-stack

  2. comment
    Comment #26863612

    Awesome! We also have a super passionate community at https://launchpass.com/serverless-stack

  3. comment
    Comment #26858697

    Thanks for the support! Really appreciate it!

  4. comment
    Comment #26857662

    Thank you, that's awesome to hear!

  5. comment
    Comment #26857066

    Wow, that is exactly what we are making. I posted elsewhere in this thread but SST ( https://github.com/serverless-stack/serverless-stack ) lets you work on your Lambda functions l…

  6. comment
    Comment #26857008

    Yeah I wouldn't go down the local stack path. IMHO, you should develop/test against real AWS services, and it falls on the tooling to make that experience fast/smooth. I posted els…

  7. comment
    Comment #26856924

    Awesome! We've got a super passionate community at https://launchpass.com/serverless-stack You can also direct any questions/feedback to frank@anoma.ly :)

  8. comment
    Comment #26856870

    It's quite limiting on: 1. It only mocks API Gateway, and not accurately (ie. IAM permissions). You also need to use a bunch of other similar plugins to mock DynamoDB, SNS, SQS, et…

  9. comment
    Comment #26856686

    SST is an Open-Source framework worth checking out if you are looking for a lighting fast local dev environment for serverless. https://github.com/serverless-stack/serverless-stack…

  10. comment
    Comment #26405841

    Ah it seems ^ and ~ do not apply to versions pre 1.0.0

  11. comment
    Comment #26403454

    Release note says pinning version with "^0.8.0", should be "~0.8.0" right?

  12. comment
    Comment #25836100

    Frank here from Seed. Just wanted to add that when you have a monolithic Lambda, multiple routes would share a CloudWatch log group, metric, and share a common node in x-ray. On th…