Philipp Muens
Philipp Muens
It seems that the hooks are not called when upsert is used. I had the bug that the publication doesn't publish any data because softRemovable() was used and the documents...
Most Data Scientist know how to work on the models but they don't know how to setup an evironment to train them and subsequently deploy them to production for inference.
Today I stumbled upon a problem where the `buildImage()` function would silently fail when the passed-in build context is too large. Here's my call: ```javascript const stream = await docker.buildImage({...
Check if the deployment bucket is still in place before doing a (re)deploy / removal. This issue is related to https://github.com/serverless/serverless/issues/6820 and #178.
We could get rid of the `sinon` dependency and use `jest` mocks instead.
Right now the `handler` parameter in `serverless.yml` is quite limited since it only check for an `index.js` file in the root of the package. We should extend this so that...
It would be great to have a kind of naming convention for provider plugins so that one knows what the `npm` package does / what the GitHub repo is. Here...
Introduce topics (should be pre-defined) so that users need to define what topic their post belongs to.