-
Updated
Jul 7, 2022 - Go
lambda
Here are 400 public repositories matching this topic...
-
Updated
Jun 27, 2022 - Go
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
Nov 9, 2020 - Go
Expected Behaviour
The following should generate a Rancher Rio Service definition:
faas-cli generate --api=services.rio.cattle.ioapiVersion: rio.cat-
Updated
Mar 2, 2017 - Go
What would you like to be added:
This error is shown in the stage log. Need to found out and update error format for all error like this
(%!w(*fmt.wrapError=&{failed to apply: (signal: killed) 0xc0090b8dc0}))
Why is this needed:
-
Updated
Jul 28, 2019 - Go
-
Updated
Oct 3, 2021 - Go
Expected Behaviour
We should have Travis / Go & OpenFaaS GitHub badges in our README.md file just like openfaas/faas openfaas/faas-netes openfaas/faas-cli and etc.
Curren
-
Updated
Mar 17, 2022 - Go
-
Updated
Jul 4, 2022 - Go
-
Updated
Dec 11, 2018 - Go
-
Updated
Apr 5, 2022 - Go
Hi!
I would like to run some of my lambdas periodically and it seems there is no straightforward way to do that. What I did was I created a ping action, which curls lambda url and thus invokes it.
ping:
curl https://my.function.url/
This is a hacky solution, but what is the intended way?
Is it possible to add launcher as an action into the scheduler?
<img width="931" a
Add support of DMS
-
Updated
Apr 23, 2020 - Go
-
Updated
Jun 13, 2022 - Go
-
Updated
Jun 2, 2022 - Go
-
Updated
Dec 15, 2020 - Go
-
Updated
Jan 17, 2018 - Go
Add context methods
For example: RequestCtx(ctx, request). We should also add in the ability to react to the <-done signal.
Remove pkg folder
-
Updated
Apr 29, 2022 - Go
-
Updated
Apr 11, 2022 - Go
Improve this page
Add a description, image, and links to the lambda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lambda topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ