kubeless

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

README

Simple Hello World function

This function returns the given data capitalizing the first word.

$ npm install
$ serverless deploy
$ serverless invoke -f go-echo -l --data 'hello!'
Serverless: Calling function: go-echo...
--------------------------------------------------------------------
hello!
$ serverless remove

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(event functions.Event, context functions.Context) (string, error)

Handler sample function with data

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL