Philipp Muens

Results 39 issues of 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.

kind/feature

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({...

bug
needs inspection

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.

enhancement
help wanted

We could get rid of the `sinon` dependency and use `jest` mocks instead.

enhancement
help wanted

This project could be prettified a little bit.

enhancement

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...

enhancement

Some parts of the code are repetitive and should be DRYed out.

enhancement

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...

enhancement

Introduce topics (should be pre-defined) so that users need to define what topic their post belongs to.

enhancement