Arthur Weber
Arthur Weber
@asprouse Could you give me a way to reproduce ?
@rubenkaiser Thank you for your work. I applied the same logic to the others packages. https://github.com/CoorpAcademy/serverless-plugins/pull/228 It is already available in the latest publish 🚀
@larrybotha Thank you for your work https://github.com/CoorpAcademy/serverless-plugins/compare/148d096fb4a5685bb9f524f5e5d389bc640737a8...c42592a7a0e07141e702e1a78beb2acb41daa007 I applied the same logic to the others plugins. You will find it to the latest publish.
Take a look to https://github.com/CoorpAcademy/serverless-plugins/tree/master/tests/serverless-plugins-integration We use docker to test the plugins.
Hi, I published the support for serverless-offline `^10 || ^11`. I think I can close this issue.
Serverless-offline@10 no longer copies parent env vars to child processes. We can close this PR.
There is a new options [`localenvironment`](https://github.com/dherault/serverless-offline#localenvironment) from serverless-offline.
> I have the same error on v3.405.0, with NodeJS v18.17.0 > > ```js > const document = // DATA TO SEND > > const kinesis = new KinesisClient({ >...