Martin Schumacher
Martin Schumacher
We upgraded from NodeJS 12 to 14 and had a successful run after that. We cannot say whether this is just coincidental or whether it is due to the new...
Thanks for pointing me in the right direction 👍 I will create a PR if I find some spare time.
`flatDep()` is not called as far as I can tell. I can't think of a good way to implement the `exclude` for third level dependencies, since the plugin-internal `npm install`...
Hi @bartelemi, can you please take a look at https://github.com/serverless/serverless/pull/12357 and see if that solution meets your needs?
I think this is a duplicate of https://github.com/open-telemetry/opentelemetry-lambda/issues/99
Seems like it's already working.
In the end we removed serverless-s3-sync and replaced it with a AWS CLI call in our build script: ``` aws s3 sync build/frontend s3://my-bucket-name --delete ```