Replies: 3 comments
-
Hi there, Thank you for sharing your experience with Feathers and your interest in deploying it to AWS. I'd be glad to offer some insights and pointers based on my experience. Deploying Feathers Backend on AWS Best regards, |
Beta Was this translation helpful? Give feedback.
-
Wow, thanks for the helpful answer. Yes, would love to engage with the community, and sorry I didnt know where to post this. Should this be asked on github discussions board / discord? |
Beta Was this translation helpful? Give feedback.
-
depending on your network of people but i think discord is better
…On Mon, Mar 18, 2024 at 11:39 PM juw177 ***@***.***> wrote:
Wow, thanks for the helpful answer. Yes, would love to engage with the
community, and sorry I didnt know where to post this. Should this be asked
on github discussions board / discord?
—
Reply to this email directly, view it on GitHub
<#3448 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBTMWBZOIAK2ZTPKZVRGKZLYY5UJPAVCNFSM6AAAAABE2SBLS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBVGE3TCOBRHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have been running feathers locally and I love it. It is a small site with websockets API, SQL.
But I am stuck on how to get the feathers backend into production, preferrably AWS. Is it much different to your typical express on ec2? I am guessing because of websockets, serverless is not a viable option?
It also needs to securely upload / download 100mb files, is something like S3 presigned URLs a good option for this or should I upload it from feathers hook via ec2? I have read this guide using feathers-blob, is it still relevent if I change express to use koa body parser? (https://feathersjs.com/cookbook/express/file-uploading)
Google isn't providing many definitive answers and many are outdated. Can anyone can give a few pointers? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions