brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.12k stars 366 forks source link

The Console runtime now always returns the command output #1809

Closed mnapoli closed 3 months ago

mnapoli commented 4 months ago

Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be retrieved via the invocation result.

This should make it easier to build tooling around this: no need to use CloudWatch to retrieve the command output now.