Bruno Agutoli
Bruno Agutoli
@iansolano I just did a new fix, can you try it please? tks new version `2.2.6-beta`
Hi, @Spy-Seth. Good? So, I don't know if I like the idea about "styled themes", because this is a generic component, if I want to use `glamorousjs` or `emotionjs` in...
Why would you need `webpack-node-externals` in the bundle inside the lambda? I reckon that's exactly right, it must ignore dev dependencies to make the bundle smaller. If you are trying...
Bugfix version: `[2.6.1](https://www.npmjs.com/package/serverless-layers/v/2.6.1)`. Please let me know if it works.
It's a bit more complicated than it seems. That library runs before the hook that creates the default bucket, and I tried that before and I got a few issues...
This feature was already merged.
new version [2.6.1](https://www.npmjs.com/package/serverless-layers/v/2.6.1)
did some updates here, please try: [email protected]
Sorry for the late reply (very busy currently). So, it seems you was not specifying bucket name. ```yaml provider: ... deploymentBucket: name: your-bucket maxPreviousDeploymentArtifacts: 10 ... ``` Or ```yaml custom:...