mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Fix kubeless input & output
This reflects the actual behavior of `_.capitalize`. Namely, that it doesn't do anything useful on objects.
This commit is contained in:
parent
8f09cc823c
commit
ddb13df3dd
@ -51,9 +51,9 @@ $ npm install
|
||||
Invokes the Function and returns results.
|
||||
|
||||
```bash
|
||||
$ serverless invoke --function capitalize --data '{"KUBELESS": "Welcome!"}' -l
|
||||
$ serverless invoke --function capitalize --data '"WELCOME TO KUBELESS!"' -l
|
||||
# results
|
||||
{kubeless: 'welcome!'}
|
||||
"Welcome To Kubeless!"
|
||||
```
|
||||
|
||||
4. **Fetch the Function Logs**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user