The Wayback Machine - http://web.archive.org/web/20200623075947/https://github.com/topics/serverless-functions
Skip to content
#

serverless-functions

Here are 214 public repositories matching this topic...

fission
svenvNL
svenvNL commented Apr 16, 2020

Writing a function takes a lot of steps. In the case of a Java function, a Maven project needs to be created and the dependencies need to be added. For other languages, there is a simular experience.

After writing the function, specs need to be generated. These include a Package, Function and a trigger. Names need to match in multiple places, so a lot could go wrong. Below is a basic example fo

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-

rdallman
rdallman commented Jun 13, 2018

this will very quickly get out of hand if we allow it, i realize we don't have principles written down anywhere but to date one of them has been that binaries 'just work' without having to do any configuration. currently a user must set FN_MAX_REQUEST_SIZE, FN_MAX_RESPONSE_SIZE -- neither of these should be required to run.

test case:

cd tests/fn-system-tests/
go test -v

this

joelanman
joelanman commented Mar 16, 2018

I'm trying to follow the quick guide, I've done these steps:

  1. serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws
  2. export AWS_PROFILE=serverless
  3. npm run deploy

However at point 3, I'm not in the right folder am I?

If I cd aws and the run npm run deploy I get an error:

Serverless Error ---------------
chrisvxd
chrisvxd commented Oct 14, 2019

JS Docs aren't extracted when using exporting default arrow functions

/**
 * This is an example description for an example function.
 *
 * @param foo - Example describing string `foo`.
 * @returns Description of return value.
 */
export default async (foo: string): Promise<string> => {
  return JSON.stringify({ foo })
}

Method description and params are missing from outpu

bug
adieuadieu
adieuadieu commented Feb 12, 2017

Improve the readme.md documentation before 1.0 release.

  • improve configuration section (specifically concerning outputs)
  • improve documentation on usage of lib/sharp tarball
  • add sample/example configuration files in ~/examples including how to setup with a single bucket, single existing bucket, etc.
  • add a bit about what IAM permissions are required to deploy with Serv
Dalfons0
Dalfons0 commented Mar 14, 2018

I'm trying to deploy a service with this plugin to a local minikube cluster, if I deploy the service without any kind of event binded to the handler the deploy works perfectly, but If I try to specify an http event to the handler I get this error:
![image](https://user-images.githubusercontent.com/24602242/37403004-b89ef636-278d-11e8-80fb-15a7afdd1a22.png

FIrebase backend chat / messaging app (Chat Room + Personal i.e one to one ) with push notification in react native with user sign in/up for personal and anonymous for Global Chat with pusing user to Friendlist for the user to choose friend to chat with. Youtube:

  • Updated Sep 19, 2018
  • JavaScript

Improve this page

Add a description, image, and links to the serverless-functions 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-functions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.