Skip to content
#

Serverless

Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.

Here are 160 public repositories matching this topic...

msciabarra
msciabarra commented Feb 25, 2022

The configurator currenty has an user interface that writes on mongodb, creating users and associating a number of namespaces to it

We need to:

  • change it to write in couchdb, creating proper namespaces and users in couchdb

  • there is not an user concept in openwhisk, only namespaces and keys, so we will have to add our user table

cloud-run-samples
grayside
grayside commented Dec 1, 2020

To minimize the frequency of flaky tests, we prefer to retry gcloud on failures. This is best done on a per gcloud step to avoid needless rerun of entire builds.

In discussion with @averikitsch, we might incorporate gist.github.com/averikitsch/961ff4e99395adcf1bcb1849fc1a4020 into or alongside https://github.com/GoogleCloudPlatform/cloud-run-samples/blob/main/testing/cloudbuild-templates/comm

good first issue type: cleanup priority: p2 api: run
Wikipedia
Wikipedia