transloadit / uppy-server

[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion
MIT License
114 stars 27 forks source link

Question: Uppy-Server and serverless? What about websockets? #91

Open alzaq opened 6 years ago

alzaq commented 6 years ago

Hi, I tried to run your serverless example on AWS lambda. Uploading from local finally works, but what about IG photos and uploading to S3? AWS Lambda doesn't support websockets.

Is really possible to have uppy-server with serverless? I love your solution, but please could you extend your serverless example?

Thanks, Ales

Granddevv commented 6 years ago

Same here, I also tracked log and it has many issues and never working. Can you advice any?

ifedapoolarewaju commented 6 years ago

Hi @alzaq @Granddevv will any of you be willing to help with taking a stab at extending the current example? The thing is, I don't have that much of experience with Serverless, and the current example we have was with the help of @dcflow.

So If any of you would like to help out with this one I'd be happy to review a PR

dcflow commented 6 years ago

Hey guys, did you replace the Instagram key and secret on the serverless.yml file. I have tested it only with local files but I think it should work with Instagram too.

alzaq commented 6 years ago

Hi @ifedapoolarewaju I don't have much time to fix now, but I'll ping you ASAP and I fix that.

@dcflow Sure :-) Like I wrote above - uploading local files works, but third service connection (IG, FB) doesn't work, due to connection between other server and AWS Lambda.