- Jul 2024
-
www.reddit.com www.reddit.com
-
With Cloud Run gen1 and Go apps, we're getting sub-1s start times. With Node.js or Python, start times are dismal, ie. 5s or more. That's 5-10 times slower than starting these services locally. Although I haven't checked this rigorously, it seems that reading many files is very slow on Cloud Run, and the large number of imports these apps have don't play well with Cloud Run. With Gen.2, for a Go app, startup time went from 500ms to 3-4s, which is more than I expected, and support wasn't able to tell us whether that's normal. That's kind of a shame because otherwise it's one of the best services I used.
cloud run cold start
-
- Nov 2023
-
kichik.com kichik.com
-
dynamodb import
-
- Jan 2023
-
arxiv.org arxiv.org
-
Defenders can design their own infrastructure to be im-mutable and ephemeral, as is becoming an emerging trend inprivate sector defense through the practice of Security ChaosEngineering
Immutable and ephemeral as defensive measures
Immutable: unchangeable infrastructure components, such as ssh access disabled by default.
Ephemeral: short-lived servers for single processes, serverless infrastrucure
Tags
Annotators
URL
-
- Dec 2022
-
www.zhihu.com www.zhihu.com
-
前端为什么要关注 Serverless?
Tags
Annotators
URL
-
- Oct 2021
-
www.youtube.com www.youtube.com
-
React, Airtable, and Netlify
Tags
Annotators
URL
-
-
css-tricks.com css-tricks.com
-
Jamstack
Going Jamstack with React, Serverless, and Airtable
Exploring the possibility of integrating Airtable into the Builders Collective, I started looking into the Airtable API and integration into a Jamstack workflow. A CSS-Tricks article came up in a search.
-
-
www.netlify.com www.netlify.com
-
Netlify Functions
-
-
h.readthedocs.io h.readthedocs.io
-
Using the Hypothesis API
What might it take to demo a Jamstack approach to connecting Airtable to Hypothesis with serverless functions in Netlify?
Tags
Annotators
URL
-
- Jun 2021
-
stackoverflow.com stackoverflow.com
-
This answer is pretty old but today SPA works most of the time on static server-less env, so doing this with Javascript is more than legit.
-
-
-
Closing as kit will be serverless first!
-
- Mar 2021
-
hyperstack.org hyperstack.org
-
n this example, we are calling a function on FaaStRuby which is a new serverless platform built for Ruby developers.
Tags
Annotators
URL
-
-
docs.openfaas.com docs.openfaas.com
-
OpenFaaS® makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding.
-
-
github.com github.com
-
faastruby.io faastruby.io
-
One day last August 2018, I stumbled upon an online petition that sparked my curiosity - We Want Serverless Ruby. At that time, none of the major cloud providers had first-class support for Ruby in their serverless products. There were ~1400 devs signing that petition, and I wondered if there was something about Ruby that made it unsuitable for FaaS. I decided to roll the sleeves and start building what would be the first PoC of faastRuby.
Tags
Annotators
URL
-
- Dec 2020
-
jamstack.org jamstack.org
-
Because Jamstack projects don’t rely on server-side code, they can be distributed instead of living on a single server. Serving directly from a CDN unlocks speeds and performance that can’t be beat. The more of your app you can push to the edge, the better the user experience.
-
- Nov 2020
-
github.com github.com
-
In our estimations, Trusted Types might effectively kill XSS for serverless applications.
-
- Oct 2020
-
www.npmjs.com www.npmjs.com
-
Leverages hash-based routing, which is optimal for SPAs and doesn't require any server-side processing
-
- Sep 2020
-
-
- Jun 2020
-
ateam-texas.com ateam-texas.com
-
Serverless may have a confusing name and might have people believe that it is “server-less” but it is still an impressive architect with various benefits. From a business’ perspective, the best advantage of going serverless is reduced time-to-market. Others being, less operational costs, no infrastructural management and efficiency.
-
-
indepth.dev indepth.dev
-
Firebase Functions enables you to use the ExpressJS library to host a Serverless API. Serverless is just a term for a system that runs without physical servers. This is a bit of a misnomer because it technically does run on a server, however, you’re letting the provider handle the hosting aspect
-
-
-
Serverless architectures refer to applications that significantly depend on third-party services (known as Backend as a Service or “BaaS”) or on custom code that’s run in ephemeral containers (Function as a Service or “FaaS”). This simply means the application developer does not need to worry about provisioning servers and scaling them but simply relies on infrastructure and services already built for all of that
-
- May 2020
-
-
serverless applications
-
Note though that serverless applications should be stateless!
-
Serverless applications
-
-
-
en.wikipedia.org en.wikipedia.org
-
Serverless computing is a cloud computing execution model in which the cloud provider runs the server
It still has a server. I dislike the name "serverless" because it is inaccurate.
-
-
-
gitlab.com gitlab.comruntimes1
-
cloud.google.com cloud.google.com
Tags
Annotators
URL
-
-
unhosted.org unhosted.org
-
Also known as "serverless", "client-side", or "static" web apps, unhosted web apps do not send your user data to their server. Either you connect your own server at runtime, or your data stays within the browser.
serverless has another meaning (that does actually use a server) so I prefer the term "unhosted" since it has no such ambiguity.
See also:
-
-
www.quora.com www.quora.com
-
A serverless app is an app that doesn't require a server for it to work. Most apps nowadays require a server, such as Facebook, quora, twitter etc. As a rule of thumb any app that doesn't connect to the internet is a serverless app (there are some others that are serverless but that is harder to tell). Flappy bird is an example you’ll be familiar with that is serverless.
See also this comment:
While this answer is true in the literal sense of the term, the question is most likely referring the new serverless trend in cloud infrastructure, with services like AWS Lambda and Iron.io.
-
Serverless architectures allow you to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by Provider. You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems.Serverless architecture accelerates development as a set of small, distinct, and independent actions. By abstracting away infrastructure, by doing this the developers can just concrete on building micro services/functions which performs some action and integrate with others to build a bigger service.
-
-
docs.microsoft.com docs.microsoft.com
-
Clients are updated to use the new service rather than the monolith endpoint. In the interim, steps such as database replication enable microservices to host their own storage even when transactions are still handled by the monolith. Eventually, all clients are migrated onto the new services. The monolith is "starved" (its services no longer called) until all functionality has been replaced. The combination of serverless and proxies can facilitate much of this migration.
-
-
www.ganttlab.com www.ganttlab.com
-
GanttLab does not store any information: everything runs in your browser. Under the hood, we use localForage to remember the state of the application, which enables great user experience without any security risk. Secured API requests are initiated in your computer's browser, hence coming straight from your local network. Those requests are going directly to the data source you selected (your GitHub or GitLab account) without ever transiting through any other server.
-
-
muldoon.cloud muldoon.cloud
-
I would use a serverless function when I have a relatively small and simple chunk of code that needs to run every once in a while.
When to make a serverless function (advice from an Amazon employee)
-
- Apr 2020
-
www.troyhunt.com www.troyhunt.com
-
I've written about Azure Functions in the past and they're an awesome way of building a highly scalable, resilient "code as a service" architecture.
-
- Jan 2020
-
console.cloud.google.com console.cloud.google.com
-
Knative
Tags
Annotators
URL
-
-
knative.dev knative.devKnative1
-
Kubernetes
Tags
Annotators
URL
-
- Dec 2019
-
serverless.com serverless.com
-
When building APIs using AWS Lambda, one execution of a Lambda function can serve a single HTTP request
Tags
Annotators
URL
-
- Nov 2019
-
serverless-stack.com serverless-stack.com
-
docs.microsoft.com docs.microsoft.com
-
A Timestamp parameter name, which is simply an identifier to access the trigger in code. A Schedule, which is a CRON expression that sets the interval for the timer.
-
-
docs.microsoft.com docs.microsoft.com
-
authorization level. By default, it's set to "Function", which requires a function-specific API key, but it can also be set to "Admin" to use a global "master" key, or "Anonymous" to indicate that no key is required. You can also change the authorization level through the function properties after creation. Since we specified "Function" when we created this function, we will need to supply the key when we send the HTTP request. You can send it as a query string parameter named code, or as an HTTP header (preferred) named x-functions-key.
-
By default, functions have a timeout of 5 minutes. This timeout is configurable to a maximum of 10 minutes. If your function requires more than 10 minutes to execute, you can host it on a VM. Additionally, if your service is initiated through an HTTP request and you expect that value as an HTTP response, the timeout is further restricted to 2.5 minutes. Finally, there's also an option called Durable Functions that allows you to orchestrate the executions of multiple functions without any timeout.
-
- Aug 2019
-
zeit.co zeit.co
-
- Jan 2019
-
-