Pavel Denisjuk

Results 87 comments of Pavel Denisjuk

@gil-3bd Good catch. What do you think, should we remove that client side limitation entirely, and let users upload whatever they like? I don't remember when and why, but I...

@pikkolojoe was this project created with 5.30., or was it upgraded from an earlier version? Thanks.

@xintellion thanks, we'll see if we can update to the newer Amplify Auth package.

Instead of assigning ENV variables, I found a better way, using `puppeteer-core` package, which by definition doesn't download binaries. That's exactly what we need, since we don't even need those...

@medikoo if it is of any use to you, here is an example how we did it for Webiny. We've creted our own CLI, and our own `template` component to...

@ac360 @eahefnawy my first and most obvious question is about the fact that `serverless.yml` now only contains a single component. So how would a deployment of, for example, 2 Lambdas...

@ac360 email sent! Thanks for the opportunity to chat :) I just wanted to post a reference to one of our `serverless.yml` files: https://github.com/webiny/webiny-js/blob/master/examples/api/serverless.yml Currently this is how we deploy...

@eahefnawy one other thing I would strongly recommend using is the `debug` library for logging debug statements. We're currently monkey patching the debug function like this ```component.context.instance.debug = debug(`webiny:${alias}`);```. That...

@ac360 Any updates on this? Would love to know the general direction of this RFC. Thanks!

Same requirement here. Have a bunch of workspaces, and each has its own `tsconfig.json` and its own paths. It would be great if we could pass some kind of a...