-
Listening to @nycdotnet has me fired up to tackle this one. Thanks, Steve. (btw, you can check out his good interview here: http://www.dotnetrocks.com/default.aspx?showNum=1149)
The proposal here w…
-
Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or “BaaS”) or on custom code that’s run in ephemeral containers (Functio…
-
Hey I was hoping you guys could give me some insight into an issue I've been struggling with. My company is currently developing our own FaaS platform and since we love SLS it made sense to make it ou…
-
Having a "standard" function handler for serverless function provides following benefits:
- no need to change code when deploying function to different providers,
- providing common logic (like e.…
-
I expect Web API OData to be really painful to port given that ASP.NET 5 and MVC 6 are radically different from the previous versions, but I think it's definitely worth it (sure, that's a totally bias…
-
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
## 作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方…
treby updated
6 years ago
-
It seems [nodejs examples](https://github.com/apex/up-examples/blob/master/oss/node-express-browserify/app.js#L12) instantiate express/koa servers,
but I was expecting a simple `module.exports = func…
gunar updated
7 years ago
-
**Current behavior**
I am using the `email-password` template but I get all the time `null` as response. The error message is `{"error":"Function returned invalid status code: 0. Raw body: empty.la…
-
By default, when we create a function, we should start a HPA.
The main issue is what metrics to monitor. HPA by default monitors CPU utilization, and we may be more interested to monitor requests/s…
-
**What is the problem?**
Homebrew/php is deprecated in favor of homebrew/core which now has support for php formulae. Homebrew/core supports the following php versions: 5.6, 7.0, 7.1, 7.2. When peopl…