Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anfrank
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
anfrank
5y ago
Awesome! We also have a super passionate community at https://launchpass.com/serverless-stack
2.
▲
by
anfrank
5y ago
Awesome! We also have a super passionate community at https://launchpass.com/serverless-stack
3.
▲
by
anfrank
5y ago
Thanks for the support! Really appreciate it!
4.
▲
by
anfrank
5y ago
Thank you, that's awesome to hear!
5.
▲
by
anfrank
5y ago
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 live without having to mock AWS services
6.
▲
by
anfrank
5y ago
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 elsewhere in this thread but checkout SST ( http
7.
▲
by
anfrank
5y ago
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.
▲
by
anfrank
5y ago
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, etc. 2. You need to change your code (wrapping your aws-s
9.
▲
by
anfrank
5y ago
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 I often see ppl adopt one of two deve
10.
▲
by
anfrank
6y ago
Ah it seems ^ and ~ do not apply to versions pre 1.0.0
11.
▲
by
anfrank
6y ago
Release note says pinning version with "^0.8.0", should be "~0.8.0" right?
12.
▲
by
anfrank
6y ago
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 the flip side, the advantage of having separate Lambda functio