Function-as-a-Service, or simply FaaS, is the popular implementation of the serverless computing model, where developers can compose applications using arbitrary, event-driven functions to be executed on demand. Use this tag if you have any kind of doubt while using this service, usually offered by cloud providers.
Questions tagged [faas]
53 questions
0
votes
1 answer
Which FaaS provide higher /tmp storage space for per function execution?
We are developing a video streaming platform
We need to convert video files uploaded by the user which is in cloud storage
We decided to use AWS Lamda for that purpose .
But later we find out lambda can't process file above 512 MB since the…

RagAnt
- 1,064
- 2
- 17
- 35
0
votes
0 answers
How install openfaas on openshift?
I try to install OpenFaaS on OpenShift.
What I do :
I clone "https://github.com/openfaas/faas-netes"
I build the dockerfile. (docker build .)
I tag and push the image on my docker hub repository
In Openshift, I deploy this image and I create a…

vodasan
- 21
- 7
0
votes
1 answer
Does it make sense to use actor/agent oriented programming in Function as a Service environment?
I am wondering, if is it possible to apply agent/actor library (Akka, Orbit, Quasar, JADE, Reactors.io) in Function as a Service environment (OpenWhisk, AWS Lambda)?
Does it make sense?
If yes, what is minimal example hat presents added value (that…

spam
- 1,853
- 2
- 13
- 33
0
votes
1 answer
Maintain One Set of objects to support multiple database Vendors (MS SQL, ORACLE etc)
I am designing a database framework (abstract back-end layer). I have to fulfill following requirements.
1) Can be used to configure with multiple database vendors (MS SQL, ORACLE)
2) Can't maintain multiple set of objects (stored procedures, views,…

KDS
- 99
- 1
- 16
0
votes
1 answer
Best practices for storing data with Azure Functions
I've been working a lot with microservices recently and the common pattern is that every service is responsible for its own data. thus service "A" can not access service "B" data directly without talking to service "B" via some http api or message…

Kevin Smith
- 13,746
- 4
- 52
- 77
-1
votes
1 answer
global serverless functions callable at specific locations
Is there a service like Deno Deploy or Cloudflare Workers that auto-deploys functions to many locations around the globe and lets developers address/call them at specific locations (not just let users reach the closest location)?
This would…

Cetin Sert
- 4,497
- 5
- 38
- 76
-1
votes
1 answer
How does DynamoDB Serverless Work behind the scene?
I am unable to grasp the Serverless part of DynamoDB? How can any Database be serverless?
The best I can think of is:
From a FaaS (like AWS Lamba Program, which is also serverless) one defines the schema of the DynamoDB Serverless and uses the…
user14198645
-2
votes
1 answer
How to test FaaS / SaaS in and out
How Function as a Service OR Software as a Service can be tested thoroughly.
What is the nitty gritty involved in testing FaaS in and out ? Below are some of the pointers that come to my mind but would like to expand on this list.
Automated…

mu1988
- 51
- 1
- 7