Skip to content

The use Aws\Sns\Message::fromRawPostData() Broken For Laravel Octane #73

@itzArtha

Description

@itzArtha

Describe the bug

In here,

Image

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

  • Select this option if this issue appears to be a regression.

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

  1. Use latest Laravel which is mine is Laravel 11
  2. Create actions/services and put Aws\Sns\Message::fromRawPostData() there
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions