Describe the bug
In here,

The php://input didn't works because of Laravel Octane don't support php://input
You should change your code to make it compatible
Regression Issue
Expected Behavior
The php://input need be change to support various packages
Current Behavior
The php://input didn't works because of Laravel Octane don't support php://input
Reproduction Steps
- Use latest Laravel which is mine is Laravel 11
- Create actions/services and put Aws\Sns\Message::fromRawPostData() there
- Call it or send request message from AWS
Possible Solution
No response
Additional Information/Context
No response
SDK version used
"^1.1"
Environment details (OS name and version, etc.)
Ubuntu 24
Describe the bug
In here,
The php://input didn't works because of Laravel Octane don't support php://input
You should change your code to make it compatible
Regression Issue
Expected Behavior
The php://input need be change to support various packages
Current Behavior
The php://input didn't works because of Laravel Octane don't support php://input
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
"^1.1"
Environment details (OS name and version, etc.)
Ubuntu 24