package
Version:
v0.10.0
Opens a new window with list of versions in this module.
Published: May 19, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
Handler sample function with data
Source Files
¶
Click to show internal directories.
Click to hide internal directories.