The Wayback Machine - https://web.archive.org/web/20210713070910/https://github.com/topics/serverless-architectures
Skip to content
#

serverless-architectures

Here are 170 public repositories matching this topic...

chris-hinds
chris-hinds commented Jul 8, 2021

Running sls deploy --stage dev when using !ImportValue is raising the following TypeError;

TypeError: Cannot read property 'Fn::GetAtt' of undefined

The service that I am deploying is importing an output of another stack. This stack has already been deployed. There is only a single occurrence of Fn::GetAtt and it is in the stack that is al

rabbah
rabbah commented Apr 2, 2020

The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.

We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.

Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-

webiny-js
Pavel910
Pavel910 commented Jul 7, 2021

This is:

  • Bug

Detailed Description

Form Builder app has 2 sets of field validators: 1 set of plugins is for Admin Area, and another one is for Website, where validation is taking place. I noticed that plugins for those validators are commented out in the website app 🤯

This is where they are located in the website app:
https://github.com/webiny/webiny-js/blob/next/apps/website/

cloudbase-framework
binggg
binggg commented Jul 24, 2020

Is your feature request related to a problem? Please describe.

支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验

这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts

大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等

  • Vue
  • React
  • V

This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
  • Updated May 28, 2021
  • C#
mhamann
mhamann commented Oct 17, 2019

Add logic to detect when an API might be calling itself (directly or via another API) in a loop, and terminate the loop.

This can be done through injection of unique headers for every hop through the gateway.

For example:

Client request -> GW: GET /api1
GW inject header: X-ApiGw-Loop: get_api1
GW request -> GW: GET /api2
GW inject header: X-ApiGw-Loop: get_api1 get_api2
GW req

ieb
ieb commented Mar 1, 2018

If the npm package that is defined by https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/core/nodejs8Action/package.json was published to npm then projects would be able to depend on it and get the current set of js dependencies present in OW. Those projects building with webpack would also be able to exclude those packages from their builds, making their images smaller.

Improve this page

Add a description, image, and links to the serverless-architectures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serverless-architectures topic, visit your repo's landing page and select "manage topics."

Learn more