Pavel Denisjuk
Pavel Denisjuk
@eahefnawy that's exactly what point 2. of my proposed solution handles. Since you are building archive using `archiver` on the fly, you would only add the dependencies from the `dependencies`...
@eahefnawy @josephluck I will begin working on this pretty soon, sorry I couldn't get to this sooner but there are more urgent things to take care of to get my...
@clouditinerary I didn't get a chance to work on this, and in our [project](https://github.com/webiny/webiny-js) we haven't used layers so far. We simply bundle every lambda with webpack and that's it.
Yeah it totally depends on your project. For us, layers were introducing a lot more problems than they solved. So far we're ok with webpack, it removes a lot of...
@rajkumarks7 it's in the main admin navigation; create a menu with slug `main-menu`:  
@timruppert @adrians5j does this look acceptable?  I'm trying to come up with the simplest possible solution. This one seems rather simple, but it will...
@adrians5j let's go with the 2nd option 👍
@taifok We're aware of this issue, but at this point in time, whenever you add something to `webiny.application.ts`, you _must_ run it with a build step, so just remove the...
@taifok what is `--profile`? is it like AWS_PROFILE, or ... ?
@taifok Ah got it. Hmm, I don't think it's possible right now, but you can set it in the website's package.json, like this:  That...