Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
do-functions-server
Advanced tools
Documentation | do-functions-server NPM
A server to test running your functions locally, before deploying.
npx do-functions-server .
Spins up a simple nodejs webserver that serves an endpoint for each function in a Digital Ocean Functions structured project.
Serves endpoints on http://localhost:62747
with URL paths {packageName}/{functionName}
.
Expected structure:
packages/
packageName/
functionName.js
project.yml
Highly recommended to use in conjunction with
do-functions
which produces the correct structure as build output.
See getting-started#packages-structure for a guide to develop functions.
You can add this script to your package.json
to make it more convenient to test your functions:
{
"name": "your-package",
"scripts": {
"serve": "do-functions-server ."
},
"devDependencies": {
"do-functions-server": "^1.0.1"
}
}
Now you simply need to run npm run serve
to start up a server of your functions.
do-functions-server BUILD_DIRECTORY [OPTIONS]
Available options:
--project-yml project.yml a custom project.yml location to read the config from (relative path)
--port 62747 port for server to listen on
FAQs
A development server runner for Digital Ocean serverless functions
The npm package do-functions-server receives a total of 12 weekly downloads. As such, do-functions-server popularity was classified as not popular.
We found that do-functions-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.