VirusTotalNet
VirusTotalNet copied to clipboard
A full implementation of the VirusTotal 2.0 API
Update node17 template (and prior, if you have time) to use chown from Docker ## Expected Behaviour Where possible, when copying files between stages or from the build context, use...
I've deployed a function using java11 templates and tried to add external dependencies according to the example in https://blog.alexellis.io/java-comes-to-openfaas/. When I invoked the function I got the following error: **Server...
how to use a library like express-validator with middleware? i am using node18, there is an example middleware but node10 and depricated.
## Description This PR adds graceful shutdown for template `node18` functions. ## Motivation and Context - [x] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) ## Which issue(s)...
## Expected Behaviour When a function receives a SIGTERM signal the function should first handle the current ongoing requests before terminating the function. ## Current Behaviour Currently, when a function...