TJ

Results 725 comments of TJ

Yep, it has a few benefits: much smaller build since it ignores many files, much faster cold start times due to the syscall overhead of many thousands of `require()` calls,...

@glenarama I can't comment on the Next stuff, I'm not sure what it expects, but that does sound strange. What's your `package.json` "start" script? (unless you have `proxy.command` defined in...

ahh!! that'll do it, when in doubt you can do `up -v` to output all the files being added or filtered, or `up build --size` will list them by size

dup of #62. I'd like to put CF infront of Lambda though so you can just utilize http caching for assets (with dynamic apps as well). Currently AWS isn't capable...

Actuallllly I'll re-open since the S3 implementation would be different

@edlefebvre to be honest I'm not making nearly enough to justify adding new features to Up unfortunately, it was worth a try but didn't really work out financially

Nope! I'll still maintain it, maybe add the small feature here and there, but nothing huge.

@thehadalone I've got it implemented for Up 2.0 but I still need a while to finish the new version, it's hard to say when at the moment I have to...

hmm yeah might be a little tricky, you'd have to craft the right object to match what API Gateway would invoke Lambda with, then it shoulddddd be ok. https://github.com/apex/up/blob/master/internal/proxy/request.go can...

Your plan was to skip API Gateway? If I understand that right then you'd have to invoke with that object, althoughhhh I'm actually not sure if it's even possible to...