Does anyone have a working example of file upload ...
# prisma-whats-new
r
Does anyone have a working example of file upload with prisma cloud? I saw the example repo for the prisma server but Im having trouble mapping it to the cloud.
h
Prisma cloud don't have files?
r
You have to add it yourself
h
Yea, for example s3 or other services
n
There should be no difference at all for that example. You don't need to "map it" to the cloud. What am I missing?
r
I am probably the one missing something. But since I only have the database setup for Prisma Cloud, I fail to see how I can set up the example for it. It seems the example is for a full stack boilerplate where you set up a local server. But im not sure what parts that prisma cloud takes over in this case.
n
Prisma Cloud takes over the Prisma Cluster part. It does not take over the GraphQL Server part.
r
Then it seems I am missing some greater revelation. I thought Prisma cloud functioned the same as the graphcool framework in the sense that I hit deploy and I can make use of the endpoint for all my needs. If I need functions, I add them in the yml file. But I am incorrect?
n
You're incorrect 🙂
Prisma Cloud takes the burden of host and scale a Prisma Cluster + comes with a GUI to work with your services and clusters in workspaces, the Prisma Console.