-
Updated
Aug 3, 2021 - Go
serverless-functions
Here are 357 public repositories matching this topic...
Environment details:
- local deployment (standalone openwhisk)
Steps to reproduce the issue:
- create a web action using this function:
> cat t.js
const main = () => ({
"body": {
"message": "hello"
},
"statusCode": 442
})
- invoke the web action
> wsk action update t t.js --web true
> curl -X POST `wsk action get t --url`
{
"code": "b86c3c
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
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Oct 1, 2020
-
Updated
Feb 24, 2021
-
Updated
Jul 5, 2021
-
Updated
Aug 11, 2021 - Vue
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Aug 1, 2021 - TypeScript
-
Updated
Aug 13, 2021 - Shell
-
Updated
Nov 13, 2018 - JavaScript
-
Updated
Nov 16, 2019 - Java
-
Updated
Aug 10, 2021 - Python
-
Updated
Dec 5, 2017 - JavaScript
-
Updated
Jul 4, 2021 - JavaScript
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
Policy rate-limit
Rate limit
-
Updated
May 25, 2021 - Nunjucks
-
Updated
Jan 14, 2018 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Mar 28, 2020 - Python
Just spent an embarrassing amount of time trying to determine why the wsk CLI was working on one machine and not on another. The ultimate issue was that I ended up specifying the APIHOST
variable as https://localhost:8443/
in the config file, with the trailing slash, which causes 404s since the CLI was sending requests to https://localhost:8443//api/v1/namespaces/_/triggers?limit=0&skip=0
(n
-
Updated
Aug 12, 2021 - HTML
-
Updated
Sep 19, 2018 - JavaScript
-
Updated
Aug 10, 2021 - Go
Improve this page
Add a description, image, and links to the serverless-functions topic page so that developers can more easily learn about it.
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."
Is your feature request related to a problem? Please describe.
Currently, there are two ways to create HTTPTrigger using the fission command.
fission fn create
with below parameters