Matthieu Napoli
Matthieu Napoli
Thanks, tests are failing
Here's what I see when I open the build: You're changing the behavior, the tests need to be changed too.
This only changes the dev dependencies and not the `peerDependencies`. I'm not sure if we should change both or if it could cause issues with some people 🤔
Ohhh TIL about `peerDependenciesMeta`. That would be ideal. Can you confirm that my interpretation is correct if we do this: - serverless v3 or v4 users will install Lift, and...
> Maybe the problem is it on Serverless Compose because, if i try make the deploy specifying "Service", its ok. But, if i try to make all services deploy, i...
If you want to contribute solving this, feel free to respond to my question in my comment above, and/or debug, and/or work on a pull request.
Thanks for the report, that's weird indeed, the Laravel Bridge was updated long ago to also re-configure the "emergency" log driver to stderr: https://github.com/brefphp/laravel-bridge/blob/c3e80249ab00d87f3587a681b8a113995a727909/src/BrefServiceProvider.php#L171-L173 I'm wondering about two possibilities: -...
Do you have the Vapor dependency installed? We've had some reports of conflicts between Vapor and the Bref bridge.
I don't understand why the AWS support talks about `cfn-response`, this module doesn't appear anywhere in Bref or osls. Could you confirm you tried on the latest version of osls?...
Can you try with https://github.com/oss-serverless/serverless/releases/tag/v3.61.1 if it helps? I managed to reproduce with this: https://github.com/oss-serverless/serverless/issues/130