Ton Brouwer
Ton Brouwer
It would be great if the library would support connection strings, e.g.: ``` import mysql from 'serverless-mysql'; const db = mysql('mysql://user:pass@host:port/database'); ``` Or am I missing something, and is this...
We use siderite together with the `hsdp-func-gateway` to run tasks periodically using a `cron` schedule. For automated end-to-end testing, it would be great if we can trigger a task on...
When we deploy docker containers to iron.io, we intermittently get the response: 'No name, required parameter' from the iron.io API POST /projects/{Project ID}/codes, documented here: https://dev.iron.io/worker/reference/api/ This API is called...