Jed Frankowski

Results 10 comments of Jed Frankowski

Looks like importing absolute path(/var/runtime(...)) is a workaround... but an ugly one.

`import AWS from '/var/runtime/node_modules/aws-sdk/lib/aws.js'` this works for me

Is it really that difficult to solve? I'm struggling with local development because of that...

This is by far the worst idea actually. That increases costs, makes longer to deploy etc. What I did to "solve" it for now was to install aws-sdk globally for...

Seriously guys. Use my solution, problem solved until they finally fix it

@rmclaughlin-nelnet No offense but that's BS :D But I get where maybe it gets confusing.So there are two issues: 1. Using layers with ESM approach - doesn't work. What I...

@kuhe but the truth is lambda is struggling with ES imports from layers altogether. So both have to be sorted for it to work.

Oh lol, same here. another easy to implement feature that is just ignored for YEARS! AWS Team, do you need more employees? Feel free to contact the developers in this...

@LeftOfHere I tried your solution with Mac M1 and 1.7PRE but I'm getting multiple errors like this: `/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/exception:99:29: note: 'exception' declared here class _LIBCPP_EXCEPTION_ABI exception` Any chance you can help...

Hey, 1.7PRE is a version of Potree we're currently using for a project. You can have a look into tags. I tried to build it on my Mac, but you...