Viewing profile — anfrank
anfrank
HN member- Joined
- Sat, Jun 29, 2019, 6:15 PM UTC
- HN karma
- 27
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About anfrank
Making it easy for startups to use serverless. Comments and feedback welcome, frank@anoma.ly
Recent public activity
-
comment
Comment #26863617
Awesome! We also have a super passionate community at https://launchpass.com/serverless-stack
-
comment
Comment #26863612
Awesome! We also have a super passionate community at https://launchpass.com/serverless-stack
-
comment
Comment #26858697
Thanks for the support! Really appreciate it!
-
comment
Comment #26857662
Thank you, that's awesome to hear!
-
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…
-
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…
-
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 :)
-
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…
-
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…
-
comment
Comment #26405841
Ah it seems ^ and ~ do not apply to versions pre 1.0.0
-
comment
Comment #26403454
Release note says pinning version with "^0.8.0", should be "~0.8.0" right?
-
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…